mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
- usage metric fix
- ui fix - index:usage artisan command - demo payment settings
This commit is contained in:
@@ -13,6 +13,10 @@ class SeedDefaultSettingsAction
|
||||
): void {
|
||||
collect(
|
||||
config('content.content.' . strtolower($license))
|
||||
)->each(fn ($content) => Setting::forceCreate($content));
|
||||
)->each(fn ($content) => Setting::updateOrCreate([
|
||||
'name' => $content['name'],
|
||||
], [
|
||||
'value' => $content['value'],
|
||||
]));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user