Skip to content

Commit

Permalink
391. disable should be strict for model
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrakovich committed Jun 5, 2024
1 parent 137be67 commit 6d207ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function boot(): void
setlocale(LC_TIME, 'ru_RU.UTF-8');
Carbon::setLocale(config('app.locale'));

$this->modelShouldBeStrict($app->isProduction());
// $this->modelShouldBeStrict($app->isProduction());

if ($app->isProduction()) {
$app['request']->server->set('HTTPS', 'on');
Expand Down

0 comments on commit 6d207ed

Please sign in to comment.