Commit 34eb6f4b 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 8dc3c80b
Loading
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@

namespace UnicaenLivelog;

use Unicaen\Console\Router\Simple;
use UnicaenAuth\Guard\PrivilegeController;
use UnicaenLivelog\Controller\ConsoleController;
use UnicaenLivelog\Controller\ConsoleControllerFactory;
@@ -10,12 +9,12 @@ use UnicaenLivelog\Controller\IndexController;
use UnicaenLivelog\Controller\IndexControllerFactory;
use UnicaenLivelog\Log\LivelogSocketLogHandler;
use UnicaenLivelog\Log\LivelogSocketLogHandlerFactory;
use UnicaenLivelog\Session\LivelogSessionContainer;
use UnicaenLivelog\Session\LivelogSessionContainerFactory;
use UnicaenLivelog\Socket\LivelogSocket;
use UnicaenLivelog\Socket\LivelogSocketFactory;
use UnicaenLivelog\Socket\LivelogWebsocket;
use UnicaenLivelog\Socket\LivelogWebsocketFactory;
use UnicaenLivelog\Session\LivelogSessionContainer;
use UnicaenLivelog\Session\LivelogSessionContainerFactory;
use UnicaenLivelog\View\Helper\LivelogPanelHelper;
use UnicaenLivelog\View\Helper\LivelogPanelHelperFactory;

@@ -55,7 +54,6 @@ return [
        'router' => [
            'routes' => [
                'run-sockets' => [
                    'type' => Simple::class,
                    'options' => [
                        'route' => 'unicaen-livelog run-sockets [--verbose=]',
                        'defaults' => [
@@ -68,7 +66,6 @@ return [
                    ],
                ],
                'test' => [
                    'type' => Simple::class,
                    'options' => [
                        'route' => 'unicaen-livelog test [--message=]',
                        'defaults' => [