diff options
Diffstat (limited to 'boston_food_trucks.php')
| -rw-r--r-- | boston_food_trucks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boston_food_trucks.php b/boston_food_trucks.php index ac2b2be..37bb4f9 100644 --- a/boston_food_trucks.php +++ b/boston_food_trucks.php @@ -43,7 +43,7 @@ class BostonFoodTrucks { ); - function __construct () { + public function __construct () { $this->food_truck_html = file_get_contents($this->food_truck_schedule_url); $this->dom = new DOMDocument; $this->dom->loadHTML($this->food_truck_html); |
