From b75965977f611924f014c91ae528452de541ad8e Mon Sep 17 00:00:00 2001
From: SofianeLasri <alasri250@gmail.com>
Date: Fri, 14 Jan 2022 19:01:58 +0100
Subject: [PATCH] wrong function name

---
 pages/client/shops.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/client/shops.php b/pages/client/shops.php
index a15e3d9e..6dfc2c5c 100644
--- a/pages/client/shops.php
+++ b/pages/client/shops.php
@@ -57,7 +57,7 @@
 
                 <div class="row">
                     <?php
-                    $shops = Shop::getAllShops();
+                    $shops = Shop::getShops();
                     foreach($shop as $shop){
                         $texture = $shop['item']->getTexture();
                         echo ('<div class="col-sm">
-- 
GitLab