morrislaptop / laravel-queue-clear

Command for wiping your queues clear
https://packagist.org/packages/morrislaptop/laravel-queue-clear
MIT License
147 stars 20 forks source link

Update deprecated command fire method for Laravel 5.5 #4

Closed gwlortscher closed 7 years ago

gwlortscher commented 7 years ago

Right now this package doesn't work in Laravel 5.5 because the fire method for commands was removed in favor of handle (see: https://laravel.com/docs/5.1/upgrade). IIRC fire was deprecated back in 5.1 so this change should work for any Laravel version >= 5.1 💯