Skip to content
Snippets Groups Projects
Commit b4484826 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Abandon d'unicaen/auth

parent 4d93d73c
No related branches found
No related tags found
No related merge requests found
Pipeline #32628 passed
CHANGELOG
=========
4.0.0
-----
- Requiert la nouvelle biblilothèque unicaen/privilege.
3.1.0
-----
- Config : possibilité d'utiliser des noms de colonnes en plus des noms d'attributs Doctrine.
......
......@@ -2,6 +2,7 @@
namespace UnicaenDbAnonym;
use UnicaenPrivilege\Guard\PrivilegeController;
use UnicaenDbAnonym\Controller\ConsoleController;
use UnicaenDbAnonym\Controller\ConsoleControllerFactory;
use UnicaenDbAnonym\Controller\IndexController;
......@@ -121,7 +122,7 @@ return [
],
'bjyauthorize' => [
'guards' => [
'UnicaenAuth\Guard\PrivilegeController' => [
PrivilegeController::class => [
[
/**
* @see ConsoleController::genererAction()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment