Closed AlbinoDrought closed 5 years ago
➜ laravel git:(master) ✗ php artisan test-factory-helper:generate [ReflectionException] Method Mpociot\LaravelTestFactoryHelper\Console\GenerateCommand::handle() does not exist
Manual fix:
Rename the fire method in GenerateCommand to handle.
fire
GenerateCommand
handle
>Any fire methods present on your Artisan commands should be renamed to handle.
No PR ?
fixed in https://github.com/mpociot/laravel-test-factory-helper/commit/07c04bc352faf41652653cc74f366c9dde5ff06c
Manual fix:
Rename the
fire
method inGenerateCommand
tohandle
.>Any fire methods present on your Artisan commands should be renamed to handle.