diff --git a/recipe/laravel.php b/recipe/laravel.php index 0ffa21b91..6e69c4502 100644 --- a/recipe/laravel.php +++ b/recipe/laravel.php @@ -208,6 +208,13 @@ function laravel_version_compare($version, $comparator) desc('Publish all of the Horizon resources'); task('artisan:horizon:publish', artisan('horizon:publish')); +/* + * Scheduler. + */ + +desc('Interrupt in-progress schedule:run invocations'); +task('artisan:schedule:interrupt', artisan('schedule:interrupt')); + /* * Telescope. */