Skip to content

Commit f45e489

Browse files
Merge branch '4.0'
* 4.0: fix merge
2 parents 5525c05 + 0f88038 commit f45e489

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)