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.
1 parent a3f3180 commit 0f88038Copy full SHA for 0f88038
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