Skip to content
Snippets Groups Projects
Commit a8fdba87 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

bad variable name

parent b7596597
Branches
No related tags found
Loading
......@@ -58,7 +58,7 @@
<div class="row">
<?php
$shops = Shop::getShops();
foreach($shop as $shop){
foreach($shops as $shop){
$texture = $shop['item']->getTexture();
echo ('<div class="col-sm">
<div class="card" style="width: 18rem;">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment