Commit 156f1dbb authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Nettoyage

parent 831f6a24
Loading
Loading
Loading
Loading

module/Element/config/example.php

deleted100644 → 0
+0 −36
Original line number Diff line number Diff line
<?php

namespace Element;

use UnicaenPrivilege\Guard\PrivilegeController;
use Laminas\Router\Http\Literal;
use Laminas\Router\Http\Segment;

return [
    'bjyauthorize' => [
        'guards' => [
            PrivilegeController::class => [

            ],
        ],
    ],

    'router'          => [
        'routes' => [
        ],
    ],

    'service_manager' => [
        'factories' => [],
    ],
    'controllers'     => [
        'factories' => [],
    ],
    'form_elements' => [
        'factories' => [],
    ],
    'hydrators' => [
        'factories' => [],
    ]

];
 No newline at end of file