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

Depricated Factory::create() #38

Closed favayed closed 3 years ago

favayed commented 3 years ago

Hi, I use "laravel/framework": "^8.40" I after copying the ShortScheduleRunCommand.php file in app/console namespace, received an depricated message from IDE for Factory::create(); So I based on the guide change it with: Loop::get();

Do you confirm this? And Isn't something threatening my program?