frontend production

This commit is contained in:
Čarodej
2022-01-13 12:22:40 +01:00
parent 4fa93512b5
commit d4220254db
9 changed files with 12 additions and 16 deletions

View File

@@ -1083,10 +1083,6 @@ class SetupDevEnvironment extends Command
'name' => 'allowed_stripe',
'value' => 1,
],
[
'name' => 'subscription_type',
'value' => 'metered',
],
])->each(function ($col) {
Setting::updateOrCreate([
'name' => $col['name'],