Completed
Push — master ( c3d46d...0132dd )
by Glenn
7s
created
app/Http/Controllers/StaffController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,6 +9,6 @@
 block discarded – undo
9 9
 class StaffController extends Controller
10 10
 {
11 11
     public function profile(){
12
-    	return view('users/profile');
12
+        return view('users/profile');
13 13
     }
14 14
 }
Please login to merge, or discard this patch.