@@ -159,8 +159,8 @@ |
||
159 | 159 | $this->read->execute($this->statement); |
160 | 160 | $this->rows = $this->read->rowCount(); |
161 | 161 | return $this->result = $this->read->fetchAll(\PDO::FETCH_OBJ); |
162 | - } catch (\PDOException $e) { |
|
163 | - echo $e->getMessage() . " in " . $e->getFile(); |
|
162 | + }catch (\PDOException $e) { |
|
163 | + echo $e->getMessage()." in ".$e->getFile(); |
|
164 | 164 | } |
165 | 165 | |
166 | 166 | return $this; |