Skip to content

Commit

Permalink
control buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
moik.olesandr committed Jan 7, 2022
1 parent be48882 commit 10f7434
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Models/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
*/
class Role extends Model
{
public const Admin = 1;
public const User = 2;

protected $fillable = [
'title',
'key',
Expand Down

0 comments on commit 10f7434

Please sign in to comment.