mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
Fix backend code styling
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Domain\Localization\Actions;
|
||||
|
||||
|
||||
use Domain\Localization\Models\Language;
|
||||
use Domain\Settings\Models\Setting;
|
||||
use Domain\Localization\Models\Language;
|
||||
|
||||
class SeedDefaultLanguageAction
|
||||
{
|
||||
@@ -24,4 +21,4 @@ class SeedDefaultLanguageAction
|
||||
'value' => 'en',
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user