Update example cron path to point to bin/cron

This commit is contained in:
Nabeel Shahzad 2022-02-21 10:36:54 -05:00
parent 648659aea5
commit 54bc5ccb30

View File

@ -39,8 +39,7 @@ class CronService extends Service
$path = [
$php_exec,
base_path('artisan'),
'schedule:run',
base_path('bin/cron'),
];
return implode(' ', $path);