1
1
Fork 0

Pass Router parameter to module content method

This commit is contained in:
Hypolite Petovan 2019-11-06 22:34:38 -05:00
commit 134d6d18f9
6 changed files with 25 additions and 20 deletions

View file

@ -171,7 +171,7 @@ return [
$_SERVER, null
],
'call' => [
['addRoutes', [include __DIR__ . '/routes.config.php'], Dice::CHAIN_CALL],
['loadRoutes', [include __DIR__ . '/routes.config.php'], Dice::CHAIN_CALL],
],
],
L10n::class => [