diff --git a/app/Console/Commands/stubs/scaffold/provider.stub b/app/Console/Commands/stubs/scaffold/provider.stub index 048eaddf70a6..145464efeb05 100755 --- a/app/Console/Commands/stubs/scaffold/provider.stub +++ b/app/Console/Commands/stubs/scaffold/provider.stub @@ -28,10 +28,10 @@ class $CLASS$ extends AuthServiceProvider * * @return void */ - public function boot(GateContract $gate) + public function boot() { - parent::boot($gate); - + parent::boot(); + $this->registerTranslations(); $this->registerConfig(); $this->registerViews();