@@ -81,7 +81,7 @@ |
||
| 81 | 81 | $class = $this->class; |
| 82 | 82 | |
| 83 | 83 | foreach ($result as $r) { |
| 84 | - yield new $class($this->connection, $r); |
|
| 84 | + yield new $class($this->connection, $r); |
|
| 85 | 85 | } |
| 86 | 86 | } |
| 87 | 87 | } |