Skip to content

Commit

Permalink
Update entity
Browse files Browse the repository at this point in the history
  • Loading branch information
kamshory committed Jul 13, 2024
1 parent 28e5218 commit e3c4e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class EntityUser extends MagicObject
/**
* Current Role
*
* @Column(name="surrent_role", type="text", nullable=true)
* @Column(name="current_role", type="text", nullable=true)
* @Label(content="Current Role")
* @var string
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class User extends MagicObject
/**
* Current Role
*
* @Column(name="surrent_role", type="text", nullable=true)
* @Column(name="current_role", type="text", nullable=true)
* @Label(content="Current Role")
* @var string
*/
Expand Down

0 comments on commit e3c4e30

Please sign in to comment.