fix permissions readable name
This commit is contained in:
parent
c47b7636ce
commit
677131e272
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Prepend extends Process
|
|||
// contributor permission
|
||||
App::auth()->setPermissionType(
|
||||
My::id(),
|
||||
My::name() . ':' . __('Frontend')
|
||||
My::name()
|
||||
);
|
||||
|
||||
// add session login URL
|
||||
|
|
Loading…
Reference in a new issue