Passed
Push — Showing-Posts ( c3e4ac...3dace7 )
by Stone
02:21
created
App/Models/CategoryModel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
         $categories = $this->getCategories();
30 30
         foreach ($categories as $category) {
31 31
             $data += [
32
-                $category->category_name => '/category/posts/' . $category->categories_slug
32
+                $category->category_name => '/category/posts/'.$category->categories_slug
33 33
             ];
34 34
         }
35 35
         return $data;
Please login to merge, or discard this patch.