Skip to content

Commit

Permalink
🎨 #11 Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
netbrothers-tr committed Jan 18, 2023
1 parent 9bdf202 commit 6116596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/VersionColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ trait VersionColumn
/**
* @ORM\Column(type="integer", nullable=false, options={"default": 1})
*/
#[ORM\Column(type: 'integer', nullable: false, options: [ 'default' => 1])]
#[ORM\Column(type: 'integer', nullable: false, options: ['default' => 1])]
private int $version = 1;

public function getVersion(): int
Expand Down

0 comments on commit 6116596

Please sign in to comment.