battle with structure
This commit is contained in:
@@ -22,5 +22,15 @@ class AppServiceProvider extends ServiceProvider
|
||||
{
|
||||
Model::unguard();
|
||||
Model::shouldBeStrict(! app()->isProduction());
|
||||
|
||||
$this->registerModules();
|
||||
}
|
||||
|
||||
/**
|
||||
* Register modules
|
||||
*/
|
||||
public function registerModules(): void
|
||||
{
|
||||
modules();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user