Skip to content

Commit

Permalink
Strict in all modes
Browse files Browse the repository at this point in the history
  • Loading branch information
MGeurts committed Jan 7, 2025
1 parent 9b1739b commit ab605ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private function configureUrl(): void
*/
private function configureStrictMode(): void
{
Model::shouldBeStrict(! app()->isProduction());
Model::shouldBeStrict();
}

/**
Expand Down

0 comments on commit ab605ce

Please sign in to comment.