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?
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?