@@ -29,6 +29,6 @@ |
||
| 29 | 29 | */ |
| 30 | 30 | protected function getLastPrimaryKey(): int |
| 31 | 31 | { |
| 32 | - return (int)$this->getSubject()->getLastRowId(); |
|
| 32 | + return (int) $this->getSubject()->getLastRowId(); |
|
| 33 | 33 | } |
| 34 | 34 | } |