mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
implementation of user limits and refactoring
This commit is contained in:
@@ -61,7 +61,7 @@ class StoreAppSettingsController extends Controller
|
||||
'value' => $request->input('storageLimitation'),
|
||||
],
|
||||
[
|
||||
'name' => 'storage_default',
|
||||
'name' => 'default_storage_amount',
|
||||
'value' => $request->input('defaultStorage') ?? 5,
|
||||
],
|
||||
])->each(function ($col) {
|
||||
|
||||
Reference in New Issue
Block a user