Completed
Push — master ( faf75e...5a6dd1 )
by Joseph
02:18 queued 01:19
created
src/SocialiteAuthServiceProvider.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace STS\SocialiteAuth;
4 4
 
5 5
 use Illuminate\Auth\SessionGuard;
6
-use Illuminate\Support\ServiceProvider;
7
-use Illuminate\Support\Facades\Auth;
8 6
 use Illuminate\Http\Request;
7
+use Illuminate\Support\Facades\Auth;
9 8
 use Illuminate\Support\Facades\Config;
9
+use Illuminate\Support\ServiceProvider;
10 10
 
11 11
 class SocialiteAuthServiceProvider extends ServiceProvider
12 12
 {
Please login to merge, or discard this patch.