Skip to content

Commit 10f7434

Browse files
author
moik.olesandr
committed
control buttons
1 parent be48882 commit 10f7434

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Models/Role.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
*/
3131
class Role extends Model
3232
{
33+
public const Admin = 1;
34+
public const User = 2;
35+
3336
protected $fillable = [
3437
'title',
3538
'key',

0 commit comments

Comments
 (0)