Commit 19c1c639 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Config bjy-authorize nécessaire pour le controller Console du module unicaen/db-import

parent b03c5c33
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -41,6 +41,14 @@ return [
                    ],
                    'roles' => [],
                ],
                [
                    'controller' => 'UnicaenDbImport\Controller\Console',
                    'action'     => [
                        'runImport',
                        'runSynchro',
                    ],
                    'roles' => [],
                ],
            ],
        ],
    ],