Commit bff3f11a by Bagus Pambudi

settings table seeder

parent 4b2318f6
......@@ -100,7 +100,7 @@ class SettingsTableSeeder extends Seeder
]);
// URL STORAGE
DB::table('swp_settings')->insert([
DB::table('swp_setting')->insert([
'id' => Str::uuid()->toString(),
'show_name_setting' => 'URL STORAGE',
'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