We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b3d48 commit 44ec3a7Copy full SHA for 44ec3a7
lib/internal/Magento/Framework/App/Console/Request.php
@@ -20,7 +20,7 @@ class Request implements \Magento\Framework\App\RequestInterface
20
public function __construct(array $parameters = [])
21
{
22
$data = getopt(null, $parameters);
23
- // It can happen that request comes from http, but it runs the console (e.g. bin/magento cron:run)
+ // It can happen that request comes from http (e.g. pub/cron.php), but it runs the console
24
if ($data) {
25
$this->setParams($data);
26
} else {
0 commit comments