Completed
Pull Request — master (#91)
by Glenn
02:47
created
app/Http/Controllers/WelcomeController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,10 +39,10 @@
 block discarded – undo
39 39
      */
40 40
     public function signup()
41 41
     {
42
-      $data["segments"] = Segments::all();
43
-      $data['category'] = ProductsCategories::with('products')->paginate(10)->sortBy("name")->all();
42
+        $data["segments"] = Segments::all();
43
+        $data['category'] = ProductsCategories::with('products')->paginate(10)->sortBy("name")->all();
44 44
 
45
-      return view('auth.register', $data);
45
+        return view('auth.register', $data);
46 46
     }
47 47
 
48 48
 
Please login to merge, or discard this patch.