We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8849d commit 89d2e61Copy full SHA for 89d2e61
1 file changed
src/Controller/StateMachineController.php
@@ -13,7 +13,8 @@
13
use Symfony\Component\HttpFoundation\Request;
14
use Symfony\Component\Routing\Annotation\Route;
15
16
-#[Route(path: '/api/_action/frosh-tools', defaults: ['_routeScope' => ['api'], '_acl' => ['frosh_tools:read']])] final class StateMachineController
+#[Route(path: '/api/_action/frosh-tools', defaults: ['_routeScope' => ['api'], '_acl' => ['frosh_tools:read']])]
17
+final class StateMachineController
18
{
19
public function __construct(private EntityRepository $stateMachineRepository)
20
0 commit comments