entrust icon indicating copy to clipboard operation
entrust copied to clipboard

Method Handle does not exist

Open okello23 opened this issue 6 years ago • 0 comments

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()

okello23 avatar Sep 23 '19 10:09 okello23