Loading config/merged/mail.config.php +5 −4 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ return array( 'options' => [ 'route' => '/mail', 'defaults' => [ /** @see MailController::indexAction() */ 'controller' => MailController::class, 'action' => 'index', ], Loading @@ -84,7 +85,7 @@ return array( 'options' => [ 'route' => '/test', 'defaults' => [ 'controller' => MailController::class, /** @see MailController::testAction() */ 'action' => 'test', ], ], Loading @@ -94,7 +95,7 @@ return array( 'options' => [ 'route' => '/afficher/:mail', 'defaults' => [ 'controller' => MailController::class, /** @see MailController::afficherAction() */ 'action' => 'afficher', ], ], Loading @@ -104,7 +105,7 @@ return array( 'options' => [ 'route' => '/reenvoi/:mail', 'defaults' => [ 'controller' => MailController::class, /** @see MailController::reenvoiAction() */ 'action' => 'reenvoi', ], ], Loading @@ -114,7 +115,7 @@ return array( 'options' => [ 'route' => '/supprimer/:mail', 'defaults' => [ 'controller' => MailController::class, /** @see MailController::supprimerAction() */ 'action' => 'supprimer', ], ], Loading Loading
config/merged/mail.config.php +5 −4 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ return array( 'options' => [ 'route' => '/mail', 'defaults' => [ /** @see MailController::indexAction() */ 'controller' => MailController::class, 'action' => 'index', ], Loading @@ -84,7 +85,7 @@ return array( 'options' => [ 'route' => '/test', 'defaults' => [ 'controller' => MailController::class, /** @see MailController::testAction() */ 'action' => 'test', ], ], Loading @@ -94,7 +95,7 @@ return array( 'options' => [ 'route' => '/afficher/:mail', 'defaults' => [ 'controller' => MailController::class, /** @see MailController::afficherAction() */ 'action' => 'afficher', ], ], Loading @@ -104,7 +105,7 @@ return array( 'options' => [ 'route' => '/reenvoi/:mail', 'defaults' => [ 'controller' => MailController::class, /** @see MailController::reenvoiAction() */ 'action' => 'reenvoi', ], ], Loading @@ -114,7 +115,7 @@ return array( 'options' => [ 'route' => '/supprimer/:mail', 'defaults' => [ 'controller' => MailController::class, /** @see MailController::supprimerAction() */ 'action' => 'supprimer', ], ], Loading