create(); // $this->call([ // ClientSeeder::class, // ]); $this->call([ ProductSeeder::class, ]); User::factory()->create([ 'name' => 'Test User', 'email' => 'test@example.com', ]); } }