mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 17:02:16 +00:00
handle team invitation for non registered user
This commit is contained in:
@@ -81,8 +81,9 @@ class StoreEnvironmentSettingsController extends Controller
|
||||
'APP_DEBUG' => 'false',
|
||||
],
|
||||
'local' => [
|
||||
'APP_ENV' => 'local',
|
||||
'APP_DEBUG' => 'true',
|
||||
'APP_ENV' => 'local',
|
||||
'APP_DEBUG' => 'true',
|
||||
'QUEUE_CONNECTION' => 'sync',
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user