diff --git a/src/Traits/VersionColumn.php b/src/Traits/VersionColumn.php index c3c73bd..c42c830 100644 --- a/src/Traits/VersionColumn.php +++ b/src/Traits/VersionColumn.php @@ -1,33 +1,25 @@ 1])] + protected int $version = 1; - /** - * @return int - */ - public function getVersion(): ?int + public function getVersion(): int { return $this->version; } - -} \ No newline at end of file +}