Skip to content

Commit a324f86

Browse files
James Halsallrostyslav-hymon
authored andcommitted
Fixup
1 parent 01f6fc2 commit a324f86

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/code/Magento/Sitemap/Model/Observer.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ class Observer
1717
*/
1818
const XML_PATH_GENERATION_ENABLED = 'sitemap/generate/enabled';
1919

20+
/**
21+
* Cronjob expression configuration
22+
*
23+
* @deprecated Use \Magento\Cron\Model\Config\Backend\Sitemap::CRON_STRING_PATH instead.
24+
*/
25+
const XML_PATH_CRON_EXPR = 'crontab/default/jobs/generate_sitemaps/schedule/cron_expr';
26+
2027
/**
2128
* Error email template configuration
2229
*/

0 commit comments

Comments
 (0)