entrust
entrust copied to clipboard
Method Handle does not exist
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()