Skip to content
Snippets Groups Projects
Commit 53cbc6c1 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

UnicaenPrivilege

parent 7a8be169
No related branches found
No related tags found
No related merge requests found
Pipeline #18885 passed
......@@ -115,7 +115,7 @@ return [
'bjyauthorize' => [
'guards' => [
'UnicaenPrivilege\Controller\PrivilegeController' => [
'UnicaenPrivilege\Guard\PrivilegeController' => [
[
'controller' => AdminController::class,
'action' => ['index'],
......
......@@ -9,7 +9,7 @@ namespace UnicaenTbl\Provider\Privilege;
*
* @author UnicaenCode
*/
class Privileges extends \UnicaenAuth\Provider\Privilege\Privileges
class Privileges extends \UnicaenPrivilege\Provider\Privilege\Privileges
{
const UNICAEN_TBL_ADMIN = 'unicaen-tbl-admin';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment