@@ -13,6 +13,9 @@ |
||
13 | 13 | { |
14 | 14 | private static $schedule = '*/2 * * * *'; |
15 | 15 | |
16 | + /** |
|
17 | + * @return string |
|
18 | + */ |
|
16 | 19 | public function getSchedule() |
17 | 20 | { |
18 | 21 | return Config::inst()->get('DevTaskRunnerCronTask', 'schedule'); |