From 8b927056e01ffef29870debd620060b14394220d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 8 Dec 2020 01:16:51 +0100 Subject: [PATCH] Add note about weather command --- DataFixtures/AirFixtures.php | 1 + 1 file changed, 1 insertion(+) diff --git a/DataFixtures/AirFixtures.php b/DataFixtures/AirFixtures.php index 4599f0b..fd8074c 100644 --- a/DataFixtures/AirFixtures.php +++ b/DataFixtures/AirFixtures.php @@ -136,6 +136,7 @@ class AirFixtures extends \Doctrine\Bundle\FixturesBundle\Fixture implements \Sy $manager->flush(); //Location tree + //XXX: adding a new zipcode here requires matching accuweather uris in Command/WeatherCommand.php $locationTree = [ [ 'title' => 'Opera Garnier', -- 2.41.0