@@ -18,6 +18,9 @@ |
||
| 18 | 18 | $this->dsn = $dsn; |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | + /** |
|
| 22 | + * @param string $query |
|
| 23 | + */ |
|
| 21 | 24 | public function query($query) |
| 22 | 25 | { |
| 23 | 26 | $this->initialize(); |