Test Failed
Pull Request — master (#236)
by
unknown
23:16
created
app/Http/Controllers/Front/HomeController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,6 +27,6 @@
 block discarded – undo
27 27
     {
28 28
         $cats = $this->categoryRepo->all();
29 29
 
30
-        return view('front.index')->with('cats',$cats);
30
+        return view('front.index')->with('cats', $cats);
31 31
     }
32 32
 }
Please login to merge, or discard this patch.