Completed
Pull Request — develop (#85)
by Tony
05:18
created
app/Http/Middleware/SetViewVariable.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 namespace App\Http\Middleware;
3 3
 
4 4
 use Closure;
5
-use Illuminate\Contracts\Auth\Guard;
6 5
 use Dingo\Api\Http;
7 6
 use Dingo\Api\Routing\Helpers;
7
+use Illuminate\Contracts\Auth\Guard;
8 8
 use Illuminate\Http\Request;
9 9
 
10 10
 class SetViewVariable
Please login to merge, or discard this patch.