From 70e4cca194e69a980e694adfb07d841552e4388c Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Thu, 13 Feb 2025 18:26:13 +0100 Subject: [PATCH] revert --- src/Twig/Ticket.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Twig/Ticket.php b/src/Twig/Ticket.php index 78dd4f5..1515c91 100644 --- a/src/Twig/Ticket.php +++ b/src/Twig/Ticket.php @@ -1,5 +1,4 @@ getFoodName(...)), - new TwigFilter('ticket', $this->getTicket(...)) + new TwigFilter('ticket', $this->getTicket(...)), + ]; }