diff --git a/src/ZucchiDoctrine/Entity/AbstractEntity.php b/src/ZucchiDoctrine/Entity/AbstractEntity.php index ce1cdcd..df64fe9 100755 --- a/src/ZucchiDoctrine/Entity/AbstractEntity.php +++ b/src/ZucchiDoctrine/Entity/AbstractEntity.php @@ -43,7 +43,7 @@ class AbstractEntity implements * @ORM\Column(type="integer") * @Form\Exclude */ - protected $version; + protected $current_version; /** @@ -162,4 +162,4 @@ public function fromArray($options) } } } -} \ No newline at end of file +}