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