laravel / lumen-framework

The Laravel Lumen Framework.
https://lumen.laravel.com
MIT License
1.48k stars 419 forks source link

Can't run command task #1110

Closed Stajor closed 4 years ago

Stajor commented 4 years ago

Description:

Can't run any command without exception. For example php artisan test (the command exists)

php artisan test

In MigrateCommand.php line 58:

Too few arguments to function Illuminate\Database\Console\Migrations\MigrateCommand::__construct(), 1 passed in ../vendor/laravel/lumen-framework/src/Console/ConsoleServiceProvider.php on line 160 and exactly 2 expected                                                                                                                                                                                       

Steps To Reproduce:

Upgrade lumen to 8.0 dev-master Run any command

driesvints commented 4 years ago

Fixed. Thanks for reporting.