mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
latest database backups included into the admin settings
This commit is contained in:
@@ -82,9 +82,9 @@ class StoreAppSettingsController extends Controller
|
||||
],
|
||||
])->each(function ($col) {
|
||||
Setting::updateOrCreate([
|
||||
'name' => $col['name']
|
||||
'name' => $col['name'],
|
||||
], [
|
||||
'value' => $col['value']
|
||||
'value' => $col['value'],
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user