invoke template

This commit is contained in:
Constantin Simonis 2025-02-07 15:02:16 +01:00
parent 68086941ba
commit 7994c7d264
Signed by: csimonis
GPG Key ID: 758DD9C506603183

View File

@ -41,6 +41,7 @@ class CustomerCrudController extends AbstractCrudController
->allowDelete()
->setEntryType(TicketType::class)
->setFormTypeOptions(['by_reference' => false])
->setTemplatePath('admin/customer_tickets.html.twig')
->hideOnIndex();
}