We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a38877 commit bee8a94Copy full SHA for bee8a94
src/Console/Kernel.php
@@ -209,7 +209,8 @@ protected function getArtisan()
209
{
210
if (is_null($this->artisan)) {
211
return $this->artisan = (new Artisan($this->app, $this->app->make('events'), $this->app->version()))
212
- ->resolveCommands($this->getCommands());
+ ->resolveCommands($this->getCommands())
213
+ ->setContainerCommandLoader();
214
}
215
216
return $this->artisan;
0 commit comments