@@ -30,7 +30,7 @@ |
||
| 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')); |