mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 02:10:39 +00:00
Limitation API skelet with can upload tests
This commit is contained in:
@@ -11,13 +11,15 @@ class SeedDefaultLanguageAction
|
||||
*/
|
||||
public function __invoke(): void
|
||||
{
|
||||
Language::create([
|
||||
Language::updateOrCreate([
|
||||
'name' => 'English',
|
||||
], [
|
||||
'locale' => 'en',
|
||||
]);
|
||||
|
||||
Setting::create([
|
||||
Setting::updateOrCreate([
|
||||
'name' => 'language',
|
||||
], [
|
||||
'value' => 'en',
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user