@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <div class="ecommerce-sidebar-categorys"> |
| 2 | 2 | <?php |
| 3 | - if(empty($category)){ |
|
| 3 | + if (empty($category)) { |
|
| 4 | 4 | $category = []; |
| 5 | 5 | } |
| 6 | 6 | $tree = new Ui\Tree(); |