diff --git a/Models/FacilityDataSet.php b/Models/FacilityDataSet.php index 01822a8..ae3e133 100644 --- a/Models/FacilityDataSet.php +++ b/Models/FacilityDataSet.php @@ -15,7 +15,7 @@ class FacilityDataSet { $sqlQuery = 'SELECT * FROM ecoFacilities;'; $statement = $this->_dbHandle->prepare($sqlQuery); // prepare a PDO statement - $statement->execute(); // execute the PDO statement + $statement->execute(); // execute the PDO statemen $dataSet = []; // loop through and read the results of the query and cast