spatie / laravel-short-schedule

Schedule artisan commands to run at a sub-minute frequency
https://freek.dev/1683-a-package-to-schedule-artisan-commands-at-sub-minute-frequencies
MIT License
611 stars 52 forks source link

ShortSchedule Method Not Found #40

Closed ilbeygi closed 3 years ago

ilbeygi commented 3 years ago

Hi

I want use this package in my lumen project. Install package and cp ShortScheduleRunCommand.php to Console\Commands.

But when i use : php artisan short-schedule:run Get this error :

In ShortSchedule.php line 49:

  Method App\Console\Kernel::shortSchedule() does not exist   

My PHP Version : 8.0.9

Thank you for your helps.