mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
ninja:make-module Error service provider #1890
This commit is contained in:
parent
ffb052e19c
commit
f970c6dd91
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user