]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/AuthTest.php
Standardised facade usage to use via their FQCN
[bookstack] / tests / Auth / AuthTest.php
index a718b14b670f5c40e7f198a216d1908e3c58c100..d037b57011fada64a1c1755ab9418b9ea03af828 100644 (file)
@@ -7,7 +7,7 @@ use BookStack\Auth\User;
 use BookStack\Entities\Models\Page;
 use BookStack\Notifications\ConfirmEmail;
 use BookStack\Notifications\ResetPassword;
-use DB;
+use Illuminate\Support\Facades\DB;
 use Illuminate\Support\Facades\Notification;
 use Tests\TestCase;
 use Tests\TestResponse;