@@ -29,7 +29,7 @@ |
||
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; |