diff options
| author | Teddy Wing | 2015-06-13 18:26:11 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-06-13 18:26:11 -0400 |
| commit | 028e9dc67642dd93d138cd92a8bbe15827caaf41 (patch) | |
| tree | f8c935c47b6057feea14131563a05da0e8065faf | |
| parent | 75f2dafefb6c4574a6b00a2fb2e21e34ee758d9f (diff) | |
| download | Boston-Food-Truck-Schedule-API-master.tar.bz2 | |
Weird extra tabs here. Not sure how that happened.
| -rw-r--r-- | http.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,9 +25,9 @@ class Filters { public function __construct () { $this->keys = array('trucks', - 'days_of_week', - 'times_of_day', - 'locations'); + 'days_of_week', + 'times_of_day', + 'locations'); } |
