call([AdminSeeder::class, WelcomeItemSeeder::class, CounterItemSeeder::class, HomeItemSeeder::class, AboutItemSeeder::class, ContactItemSeeder::class, TermPrivacyItemSeeder::class, SettingSeeder::class]); // $this->call([SettingSeeder::class]); // User::factory(10)->create(); // User::factory()->create([ // 'name' => 'Test User', // 'email' => 'test@example.com', // ]); // $this->call([AdminSeeder::class]); // $this->call([WelcomeItemSeeder::class]); // $this->call([CounterItemSeeder::class]); // $this->call([HomeItemSeeder::class]); // $this->call([AboutItemSeeder::class]); // $this->call([ContactItemSeeder::class]); // $this->call([TermPrivacyItemSeeder::class]); $this->call([SettingSeeder::class]); } }