Skip to content

Commit 0f88038

Browse files
fix merge
1 parent a3f3180 commit 0f88038

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Loader/Configurator/RouteConfigurator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ class RouteConfigurator
2222
use Traits\AddTrait;
2323
use Traits\RouteTrait;
2424

25+
private $parentConfigurator;
26+
2527
public function __construct(RouteCollection $collection, Route $route, string $name = '', CollectionConfigurator $parentConfigurator = null)
2628
{
2729
$this->collection = $collection;

0 commit comments

Comments
 (0)