🔧
This commit is contained in:
5
vendor/symfony/routing/RouteCollection.php
vendored
5
vendor/symfony/routing/RouteCollection.php
vendored
@@ -407,4 +407,9 @@ class RouteCollection implements \IteratorAggregate, \Countable
|
||||
{
|
||||
return $this->aliases[$name] ?? null;
|
||||
}
|
||||
|
||||
public function getPriority(string $name): ?int
|
||||
{
|
||||
return $this->priorities[$name] ?? null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user