@@ -28,7 +28,7 @@ |
||
28 | 28 | |
29 | 29 | $insertSql = new \Sirius\Sql\Insert($connection); |
30 | 30 | $insertSql->into($this->mapper->getTable()) |
31 | - ->columns($columns); |
|
31 | + ->columns($columns); |
|
32 | 32 | $insertSql->perform(); |
33 | 33 | $this->mapper->setEntityPk($this->entity, $connection->lastInsertId()); |
34 | 34 | } |