Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Nov 3, 2022
1 parent 8122934 commit 0703087
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CmsManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public function init()
const ROLE_MANGER = 'manager';
const ROLE_EDITOR = 'editor';
const ROLE_USER = 'user';
const ROLE_WORKER = 'worker';

static public function protectedRoles()
{
Expand All @@ -90,6 +91,7 @@ static public function protectedRoles()
static::ROLE_EDITOR,
static::ROLE_USER,
static::ROLE_GUEST,
static::ROLE_WORKER,
];
}

Expand Down

0 comments on commit 0703087

Please sign in to comment.