battle with structure

This commit is contained in:
2024-10-22 13:30:03 +05:00
parent 5ffb0f2926
commit 96a5430cac
30 changed files with 1038 additions and 6 deletions

View File

@@ -22,5 +22,15 @@ class AppServiceProvider extends ServiceProvider
{
Model::unguard();
Model::shouldBeStrict(! app()->isProduction());
$this->registerModules();
}
/**
* Register modules
*/
public function registerModules(): void
{
modules();
}
}