- Now loading from annotations instead of crontab.php file
This commit is contained in:
parent
ea2e52728b
commit
c309facbd3
@ -17,7 +17,7 @@ return [
|
|||||||
return new HtmlResponse(sprintf("%s - cron task begin...", date('Y-m-d H:i:s')));
|
return new HtmlResponse(sprintf("%s - cron task begin...", date('Y-m-d H:i:s')));
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return $cronardMiddleware->fromFile(getenv("META_PATH")."/crontab.php")->fromAnnotations($c->get(TaskFetcher::class));
|
return $cronardMiddleware->fromAnnotations($c->get(TaskFetcher::class));
|
||||||
},
|
},
|
||||||
|
|
||||||
TaskFetcher::class => function($c) {
|
TaskFetcher::class => function($c) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user