This commit is contained in:
Constantin Simonis 2025-02-13 18:26:13 +01:00
parent 780c4841ac
commit 34d5145df4
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
namespace App\Twig;
@ -15,7 +14,8 @@ class Ticket extends AbstractExtension
{
return [
new TwigFilter('food', $this->getFoodName(...)),
new TwigFilter('ticket', $this->getTicket(...))
new TwigFilter('ticket', $this->getTicket(...)),
];
}