We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235626a commit 477ec46Copy full SHA for 477ec46
app/Http/Controllers/Auth/OAuthController.php
@@ -7,8 +7,8 @@
7
use App\Models\OAuthProvider;
8
use App\Models\User;
9
use Illuminate\Foundation\Auth\AuthenticatesUsers;
10
-use Laravel\Socialite\Facades\Socialite;
11
use Laravel\Socialite\Contracts\User as SocialiteUser;
+use Laravel\Socialite\Facades\Socialite;
12
13
class OAuthController extends Controller
14
{
tests/Browser/ExampleTest.php
@@ -2,7 +2,6 @@
2
3
namespace Tests\Browser;
4
5
-use Illuminate\Foundation\Testing\DatabaseMigrations;
6
use Laravel\Dusk\Browser;
use Tests\DuskTestCase;
0 commit comments