Completed
Pull Request — develop (#39)
by
unknown
09:02
created
app/Api/Controllers/PortController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
             $ports = Port::all();
31 31
         }
32 32
         else {
33
-            $ports =  Auth::user()->ports()->get();
33
+            $ports = Auth::user()->ports()->get();
34 34
         }
35 35
 
36 36
 //        $includes = explode(',', Input::get('include'));
Please login to merge, or discard this patch.