ninja:make-module Error service provider #1890

This commit is contained in:
Hillel Coren 2018-02-13 21:39:56 +02:00
parent ffb052e19c
commit f970c6dd91

View File

@ -28,9 +28,9 @@ class $CLASS$ extends AuthServiceProvider
* *
* @return void * @return void
*/ */
public function boot(GateContract $gate) public function boot()
{ {
parent::boot($gate); parent::boot();
$this->registerTranslations(); $this->registerTranslations();
$this->registerConfig(); $this->registerConfig();