We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5525c05 + 0f88038 commit f45e489Copy full SHA for f45e489
Loader/Configurator/RouteConfigurator.php
@@ -22,6 +22,8 @@ class RouteConfigurator
22
use Traits\AddTrait;
23
use Traits\RouteTrait;
24
25
+ private $parentConfigurator;
26
+
27
public function __construct(RouteCollection $collection, Route $route, string $name = '', CollectionConfigurator $parentConfigurator = null)
28
{
29
$this->collection = $collection;
0 commit comments