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