Pass Router parameter to module content method
This commit is contained in:
parent
f21edefe15
commit
134d6d18f9
6 changed files with 25 additions and 20 deletions
|
@ -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 => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue