mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
ninja:make-module Error service provider #1890
This commit is contained in:
parent
ffb052e19c
commit
f970c6dd91
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user