Skip to content

Commit

Permalink
Updated gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ff1cult0 committed Nov 4, 2024
1 parent 8494978 commit 019f6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/ShopBundle/Controller/ShopController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function reserveproductsAction()
);
}

if (!$this->saleSessionIsOpen()){
if (!$this->saleSessionIsOpen()) {
$this->flashMessenger()->error(
'Error',
'No session was found!'
Expand Down

0 comments on commit 019f6af

Please sign in to comment.