]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/SocialAuthTest.php
Minor capitalisation fix for Estonian
[bookstack] / tests / Auth / SocialAuthTest.php
index 44b9e4ce1ce94425654887ae404b80d8e9ec2644..f70263dd278ae1a8bf93efe26c896bda300d97e3 100644 (file)
@@ -5,7 +5,7 @@ namespace Tests\Auth;
 use BookStack\Actions\ActivityType;
 use BookStack\Auth\SocialAccount;
 use BookStack\Auth\User;
-use DB;
+use Illuminate\Support\Facades\DB;
 use Laravel\Socialite\Contracts\Factory;
 use Laravel\Socialite\Contracts\Provider;
 use Mockery;