add user_verification option to settings for Setup Dev/Prod Enviroment

This commit is contained in:
Milos Holba
2021-05-29 12:55:04 +02:00
parent 9189d73df9
commit 359ae80e22
5 changed files with 11 additions and 2 deletions

View File

@@ -793,6 +793,10 @@ class SetupDevEnvironment extends Command
'name' => 'registration',
'value' => 1,
],
[
'name' => 'user_verification',
'value' => 1,
],
[
'name' => 'payments_active',
'value' => 1,