1
0
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:
Hillel Coren 2018-02-13 21:39:56 +02:00
parent ffb052e19c
commit f970c6dd91

View File

@ -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();