Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Feb 5, 2017
1 parent dba9e97 commit ed3d131
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## UNRELEASED
## 0.4.0 - 2017-02-05

## Changed

Expand Down
5 changes: 5 additions & 0 deletions src/FastRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ public function process(ServerRequestInterface $request, DelegateInterface $dele
return Utils\CallableHandler::execute($callable, $arguments);
}

/**
* Return the resolver used for the controllers
*
* @return CallableResolverInterface
*/
private function getResolver()
{
if (!isset($this->resolver)) {
Expand Down

0 comments on commit ed3d131

Please sign in to comment.