Zizaco / entrust

Role-based Permissions for Laravel 5
MIT License
6.05k stars 1.29k forks source link

Method Handle does not exist #957

Open okello23 opened 4 years ago

okello23 commented 4 years ago

This error is thrown when someone tries to run php artisan entrust:migration command.

Method Zizaco\Entrust\MigrationCommand::handle() does not exist

Way around it has been to edit vendor/zizaco/entrust/src/commands/MigrationCommand.php and change public function fire() to public function handle()