wip on structure

This commit is contained in:
2024-10-21 18:19:54 +05:00
parent e46d11de21
commit 5ffb0f2926
5 changed files with 16 additions and 1 deletions

View File

@@ -21,5 +21,6 @@ class AppServiceProvider extends ServiceProvider
public function boot(): void
{
Model::unguard();
Model::shouldBeStrict(! app()->isProduction());
}
}