Commit bff3f11a by Bagus Pambudi

settings table seeder

parent 4b2318f6
...@@ -100,7 +100,7 @@ class SettingsTableSeeder extends Seeder ...@@ -100,7 +100,7 @@ class SettingsTableSeeder extends Seeder
]); ]);
// URL STORAGE // URL STORAGE
DB::table('swp_settings')->insert([ DB::table('swp_setting')->insert([
'id' => Str::uuid()->toString(), 'id' => Str::uuid()->toString(),
'show_name_setting' => 'URL STORAGE', 'show_name_setting' => 'URL STORAGE',
'name_setting' => 'url_static', 'name_setting' => 'url_static',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment