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 9c72be5 commit b4910afCopy full SHA for b4910af
Controller/TicketController.php
@@ -55,7 +55,7 @@ public function __construct(
55
private readonly TranslatorInterface $translator,
56
private readonly UserManagerInterface $userManager,
57
private readonly Environment $twig,
58
- private readonly FormFactoryInterface $formFactory
+ private readonly FormFactoryInterface $formFactory,
59
) {
60
$this->templates = $bag->get('hackzilla_ticket.templates');
61
}
0 commit comments