aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--http.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/http.php b/http.php
index ddea68f..40718b4 100644
--- a/http.php
+++ b/http.php
@@ -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');
}