From 019f6afe889a428058417e2adcb0b4af69edf6df Mon Sep 17 00:00:00 2001 From: d1ff1cult0 Date: Mon, 4 Nov 2024 11:12:35 +0100 Subject: [PATCH] Updated gitlab-ci.yml --- module/ShopBundle/Controller/ShopController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/ShopBundle/Controller/ShopController.php b/module/ShopBundle/Controller/ShopController.php index 4def14116..332c126e1 100644 --- a/module/ShopBundle/Controller/ShopController.php +++ b/module/ShopBundle/Controller/ShopController.php @@ -31,7 +31,7 @@ public function reserveproductsAction() ); } - if (!$this->saleSessionIsOpen()){ + if (!$this->saleSessionIsOpen()) { $this->flashMessenger()->error( 'Error', 'No session was found!'