chore: comment out destructive command prohibition in AppServiceProvider
This commit is contained in:
parent
afc47e9532
commit
28ea0c8222
1 changed files with 3 additions and 3 deletions
|
|
@ -245,9 +245,9 @@ protected function configureDefaults(): void
|
|||
JsonResource::withoutWrapping();
|
||||
Model::shouldBeStrict(! $this->app->isProduction());
|
||||
|
||||
DB::prohibitDestructiveCommands(
|
||||
app()->isProduction(),
|
||||
);
|
||||
// DB::prohibitDestructiveCommands(
|
||||
// app()->isProduction(),
|
||||
// );
|
||||
|
||||
Password::defaults(fn (): ?Password => app()->isProduction()
|
||||
? Password::min(12)
|
||||
|
|
|
|||
Loading…
Reference in a new issue