@@ -30,7 +30,8 @@ |
||
| 30 | 30 | /** |
| 31 | 31 | * Custom type for DBAL. |
| 32 | 32 | */ |
| 33 | -class Timestamp extends Type implements PhpDateTimeMappingType { |
|
| 33 | +class Timestamp extends Type implements PhpDateTimeMappingType |
|
| 34 | +{ |
|
| 34 | 35 | public function getName(): string |
| 35 | 36 | { |
| 36 | 37 | return 'timestamp'; |