Update cron path

This commit is contained in:
Nabeel Shahzad 2020-09-11 16:57:50 -04:00
parent c5ab0978db
commit ac7a5a65e5

View File

@ -38,10 +38,9 @@ class CronService extends Service
}
$path = [
'cd '.base_path(),
'&&',
$php_exec,
'artisan schedule:run',
base_path('artisan'),
'schedule:run',
];
return implode(' ', $path);