Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halsall authored and rostyslav-hymon committed Apr 30, 2018
1 parent 01f6fc2 commit a324f86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/code/Magento/Sitemap/Model/Observer.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ class Observer
*/
const XML_PATH_GENERATION_ENABLED = 'sitemap/generate/enabled';

/**
* Cronjob expression configuration
*
* @deprecated Use \Magento\Cron\Model\Config\Backend\Sitemap::CRON_STRING_PATH instead.
*/
const XML_PATH_CRON_EXPR = 'crontab/default/jobs/generate_sitemaps/schedule/cron_expr';

/**
* Error email template configuration
*/
Expand Down

0 comments on commit a324f86

Please sign in to comment.