Applied fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
500a2d76f4
commit
56bc64132b
@@ -36,7 +36,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
|
||||
\Cron::add('example2', '*/2 * * * *', function () {
|
||||
// Do some crazy things successfully every two minute
|
||||
return;
|
||||
|
||||
});
|
||||
|
||||
\Cron::add('disabled job', '0 * * * *', function () {
|
||||
|
Reference in New Issue
Block a user