Skip to content

Commit d28c032

Browse files
authored
Update GithubController.php
1 parent 182a80a commit d28c032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Auth/GithubController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
use Auth;
66
use App\User;
7-
use Laravel\Socialite\Two\InvalidStateException;
87
use Socialite;
98
use App\Social\GithubUser;
109
use App\Jobs\UpdateProfile;
1110
use App\Http\Controllers\Controller;
1211
use Illuminate\Http\RedirectResponse;
12+
use Laravel\Socialite\Two\InvalidStateException;
1313
use Laravel\Socialite\Two\User as SocialiteUser;
1414
use Illuminate\Database\Eloquent\ModelNotFoundException;
1515

0 commit comments

Comments
 (0)