Update example cron path to point to bin/cron
This commit is contained in:
parent
648659aea5
commit
54bc5ccb30
@ -39,8 +39,7 @@ class CronService extends Service
|
||||
|
||||
$path = [
|
||||
$php_exec,
|
||||
base_path('artisan'),
|
||||
'schedule:run',
|
||||
base_path('bin/cron'),
|
||||
];
|
||||
|
||||
return implode(' ', $path);
|
||||
|
Loading…
Reference in New Issue
Block a user