mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
Fix backend code styling
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Domain\Settings\Actions;
|
||||
|
||||
|
||||
use Domain\Settings\Models\Setting;
|
||||
|
||||
class SeedDefaultSettingsAction
|
||||
@@ -18,4 +15,4 @@ class SeedDefaultSettingsAction
|
||||
config('content.content.' . strtolower($license))
|
||||
)->each(fn ($content) => Setting::forceCreate($content));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user