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

[FIX] Suppression du type de route console unicaen qui provoque en PHP 7.4...

[FIX] Suppression du type de route console unicaen qui provoque en PHP 7.4 l'erreur 'A plugin by the name UnicaenConsoleRouterSimple was not found'
parent e77ca102
No related branches found
No related tags found
No related merge requests found
Pipeline #17705 passed
......@@ -2,7 +2,6 @@
namespace UnicaenDbAnonym;
use Unicaen\Console\Router\Simple;
use UnicaenAuth\Guard\PrivilegeController;
use UnicaenDbAnonym\Controller\ConsoleController;
use UnicaenDbAnonym\Controller\ConsoleControllerFactory;
......@@ -74,7 +73,6 @@ return [
'router' => [
'routes' => [
'generer' => [
'type' => Simple::class,
'options' => [
'route' => 'unicaen-db-anonym generer',
'defaults' => [
......@@ -87,7 +85,6 @@ return [
],
],
'anonymiser' => [
'type' => Simple::class,
'options' => [
'route' => 'unicaen-db-anonym anonymiser',
'defaults' => [
......@@ -100,7 +97,6 @@ return [
],
],
'restaurer' => [
'type' => Simple::class,
'options' => [
'route' => 'unicaen-db-anonym restaurer',
'defaults' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment