Completed
Push — ports_ajax ( cdec2c )
by Tony
06:36
created
app/Http/Controllers/PortController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 //        return view('ports.list', ['ports'=>$ports]);
34 34
 
35 35
         // FIXME: is this correct?
36
-	$token = JWTAuth::fromUser(auth()->user());
36
+    $token = JWTAuth::fromUser(auth()->user());
37 37
         $ports = []; // empty table
38 38
 
39 39
         return view('ports.list', ['ports'=>$port, 'token'=>$token]);
Please login to merge, or discard this patch.