Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
Removed superflous space
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Ostrizhnii committed Jan 24, 2019
1 parent ead1e72 commit 818937a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public function __construct(Pimple $app, RouteCollection $routes, RequestContext
public function generate($name, $parameters = [], $referenceType = self::ABSOLUTE_PATH)
{
$route = $this->routes->get($name);

$compiledRoute = $route->compile();
$parameters = $this->convertParameters($parameters, $route);

Expand Down

0 comments on commit 818937a

Please sign in to comment.