We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34edf6 commit bb26936Copy full SHA for bb26936
1 file changed
docs/complex-route-params.md
@@ -129,7 +129,7 @@ use Sofascore\PurgatoryBundle\Attribute\RouteParamValue\DynamicValues;
129
130
#[Route('/posts/{type}', name: 'posts_list', methods: 'GET')]
131
#[PurgeOn(Post::class, routeParams: ['type' => new DynamicValues('my_service')])]
132
-public function listAction(string $lang)
+public function listAction()
133
{
134
}
135
```
@@ -146,7 +146,7 @@ use Sofascore\PurgatoryBundle\Attribute\RouteParamValue\DynamicValues;
146
147
148
#[PurgeOn(Post::class, routeParams: ['type' => new DynamicValues('my_service', 'property')])]
149
150
151
152
0 commit comments