@@ -55,7 +55,7 @@ |
||
| 55 | 55 | */ |
| 56 | 56 | public function create(\stdClass $data): Owner |
| 57 | 57 | { |
| 58 | - $owner = new Owner($this->hydrator, $data); |
|
| 58 | + $owner = new Owner($this->hydrator, $data); |
|
| 59 | 59 | foreach (['id', 'email', 'owner_type'] as $property) { |
| 60 | 60 | $this->hydrator->setProperty($owner, $data, $property); |
| 61 | 61 | } |