mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
handle team invitation for non registered user
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user