@@ -194,6 +194,6 @@ |
||
| 194 | 194 | */ |
| 195 | 195 | protected function getLastPrimaryKey(): int |
| 196 | 196 | { |
| 197 | - return (int)$this->getLastEntityId(); |
|
| 197 | + return (int) $this->getLastEntityId(); |
|
| 198 | 198 | } |
| 199 | 199 | } |