Completed
Pull Request — master (#32)
by Glenn
03:58 queued 01:43
created
app/Http/Controllers/StaffController.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,14 +9,14 @@
 block discarded – undo
9 9
 class StaffController extends Controller
10 10
 {
11 11
 
12
-	public function index()
13
-	{
14
-    	return view('users/index');
12
+    public function index()
13
+    {
14
+        return view('users/index');
15 15
     }
16 16
 
17 17
 
18 18
     public function profile()
19 19
     {
20
-    	return view('users/profile');
20
+        return view('users/profile');
21 21
     }
22 22
 }
Please login to merge, or discard this patch.