Skip to content

Commit

Permalink
disable model strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Jan 16, 2025
1 parent 43d526b commit dd897a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ private function configureCommands(): void

private function configureModels(): void
{
Model::shouldBeStrict();
// Disabled because it's causing issues with the application
// Model::shouldBeStrict();
}

private function configurePasswords(): void
Expand Down

0 comments on commit dd897a1

Please sign in to comment.