🤖 Auto commit for release 'develop' on 2026-03-07

This commit is contained in:
JC5
2026-03-07 10:26:58 +01:00
parent 19b548a417
commit c86562554b
7 changed files with 34 additions and 35 deletions

View File

@@ -48,7 +48,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
final class UpdateController extends Controller
{
private TransactionGroupRepositoryInterface $groupRepository;
protected array $acceptedRoles = [];
protected array $acceptedRoles = [];
/**
* TransactionController constructor.