Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
Added special value
Browse files Browse the repository at this point in the history
  • Loading branch information
msarca committed May 12, 2017
1 parent f9797b6 commit 2e40fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public function getDispatcherResolver()
public function getSpecialValues()
{
return $this->specials + array(
'router' => $this,
'context' => $this->currentContext,
'self' => $this->currentRoute,
);
Expand Down

0 comments on commit 2e40fd2

Please sign in to comment.