Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Fixed the wrong path to cron.php file #5824

Merged
merged 2 commits into from
Oct 23, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Magento is organized into these main areas:

* **Basic** (`base`): used as a fallback for files absent in `adminhtml` and `frontend` areas.

* **Cron** (`crontab`): In `cron.php`, the [`\Magento\Framework\App\Cron`]({{ site.mage2bloburl }}/{{ page.guide_version }}/lib/internal/Magento/Framework/App/Cron.php#L68-L70){:target="_blank"} class always loads the 'crontab' area.
* **Cron** (`crontab`): In `pub/cron.php`, the [`\Magento\Framework\App\Cron`]({{ site.mage2bloburl }}/{{ page.guide_version }}/lib/internal/Magento/Framework/App/Cron.php#L68-L70){:target="_blank"} class always loads the 'crontab' area.

You can also send requests to Magento using the SOAP and REST APIs. These two areas

Expand Down Expand Up @@ -57,4 +57,4 @@ Note that only the **execute()** method of any given controller is executed.
{:.ref-header}
Related topics

[Module overview]({{page.baseurl}}/architecture/archi_perspectives/components/modules/mod_intro.html)
[Module overview]({{page.baseurl}}/architecture/archi_perspectives/components/modules/mod_intro.html)