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 fa492cd commit c866a3fCopy full SHA for c866a3f
Routing/Attribute/AsRoutingConditionService.php
@@ -41,6 +41,10 @@
41
#[\Attribute(\Attribute::TARGET_CLASS)]
42
class AsRoutingConditionService extends AutoconfigureTag
43
{
44
+ /**
45
+ * @param string|null $alias The alias of the service to use it in routing condition expressions
46
+ * @param int $priority Defines a priority that allows the routing condition service to override a service with the same alias
47
+ */
48
public function __construct(
49
string $alias = null,
50
int $priority = 0,
0 commit comments