@@ -40,7 +40,7 @@ |
||
| 40 | 40 | |
| 41 | 41 | $breadcrumbs = $this->breadcrumbs->addCrumb( |
| 42 | 42 | e($category->title), |
| 43 | - route('discuss.category.show', ['slug' => $category->slug,'id' => $category->getKey()]) |
|
| 43 | + route('discuss.category.show', ['slug' => $category->slug, 'id' => $category->getKey()]) |
|
| 44 | 44 | ); |
| 45 | 45 | |
| 46 | 46 | return view('Discuss::category.show', compact('breadcrumbs', 'conversations', 'category')); |