disable model strict mode
This commit is contained in:
parent
43d526b773
commit
dd897a11fd
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue