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 ca88219 commit b398db0Copy full SHA for b398db0
src/Illuminate/Foundation/Providers/ArtisanServiceProvider.php
@@ -409,7 +409,7 @@ protected function registerConfigMakeCommand()
409
*/
410
protected function registerConfigPublishCommand()
411
{
412
- $this->app->singleton(ConfigPublishCommand::class, function ($app) {
+ $this->app->singleton(ConfigPublishCommand::class, function () {
413
return new ConfigPublishCommand;
414
});
415
}
0 commit comments