Loading config/module.config.php +0 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ namespace UnicaenDbAnonym; use Unicaen\Console\Router\Simple; use UnicaenAuth\Guard\PrivilegeController; use UnicaenDbAnonym\Controller\ConsoleController; use UnicaenDbAnonym\Controller\ConsoleControllerFactory; Loading Loading @@ -74,7 +73,6 @@ return [ 'router' => [ 'routes' => [ 'generer' => [ 'type' => Simple::class, 'options' => [ 'route' => 'unicaen-db-anonym generer', 'defaults' => [ Loading @@ -87,7 +85,6 @@ return [ ], ], 'anonymiser' => [ 'type' => Simple::class, 'options' => [ 'route' => 'unicaen-db-anonym anonymiser', 'defaults' => [ Loading @@ -100,7 +97,6 @@ return [ ], ], 'restaurer' => [ 'type' => Simple::class, 'options' => [ 'route' => 'unicaen-db-anonym restaurer', 'defaults' => [ Loading Loading
config/module.config.php +0 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ namespace UnicaenDbAnonym; use Unicaen\Console\Router\Simple; use UnicaenAuth\Guard\PrivilegeController; use UnicaenDbAnonym\Controller\ConsoleController; use UnicaenDbAnonym\Controller\ConsoleControllerFactory; Loading Loading @@ -74,7 +73,6 @@ return [ 'router' => [ 'routes' => [ 'generer' => [ 'type' => Simple::class, 'options' => [ 'route' => 'unicaen-db-anonym generer', 'defaults' => [ Loading @@ -87,7 +85,6 @@ return [ ], ], 'anonymiser' => [ 'type' => Simple::class, 'options' => [ 'route' => 'unicaen-db-anonym anonymiser', 'defaults' => [ Loading @@ -100,7 +97,6 @@ return [ ], ], 'restaurer' => [ 'type' => Simple::class, 'options' => [ 'route' => 'unicaen-db-anonym restaurer', 'defaults' => [ Loading