Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Feb 26, 2018
1 parent a3f3180 commit 0f88038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Loader/Configurator/RouteConfigurator.php
Expand Up @@ -22,6 +22,8 @@ class RouteConfigurator
use Traits\AddTrait;
use Traits\RouteTrait;

private $parentConfigurator;

public function __construct(RouteCollection $collection, Route $route, string $name = '', CollectionConfigurator $parentConfigurator = null)
{
$this->collection = $collection;
Expand Down

0 comments on commit 0f88038

Please sign in to comment.