handle team invitation for non registered user

This commit is contained in:
Čarodej
2022-02-12 11:28:08 +01:00
parent 4498461e70
commit 00c6562719
18 changed files with 216 additions and 51 deletions
@@ -1090,6 +1090,10 @@ class SetupDevEnvironment extends Command
'name' => 'subscription_type',
'value' => 'fixed',
],
[
'name' => 'allowed_recaptcha',
'value' => 0,
],
])->each(function ($col) {
Setting::updateOrCreate([
'name' => $col['name'],
@@ -187,6 +187,10 @@ class SetupProdEnvironment extends Command
'name' => 'billing_vat_number',
'value' => null,
],
[
'name' => 'allowed_recaptcha',
'value' => 0,
],
])->each(function ($col) {
Setting::forceCreate([
'name' => $col['name'],