Skip to content

Commit 89d2e61

Browse files
authored
Update StateMachineController.php
1 parent 3e8849d commit 89d2e61

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Controller/StateMachineController.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
use Symfony\Component\HttpFoundation\Request;
1414
use Symfony\Component\Routing\Annotation\Route;
1515

16-
#[Route(path: '/api/_action/frosh-tools', defaults: ['_routeScope' => ['api'], '_acl' => ['frosh_tools:read']])] final class StateMachineController
16+
#[Route(path: '/api/_action/frosh-tools', defaults: ['_routeScope' => ['api'], '_acl' => ['frosh_tools:read']])]
17+
final class StateMachineController
1718
{
1819
public function __construct(private EntityRepository $stateMachineRepository)
1920
{

0 commit comments

Comments
 (0)