diff --git a/tests/Feature/MentionUsersTest.php b/tests/Feature/MentionUsersTest.php index e09ed7f..38c3d6c 100644 --- a/tests/Feature/MentionUsersTest.php +++ b/tests/Feature/MentionUsersTest.php @@ -3,7 +3,6 @@ namespace Tests\Feature; use App\Thread; -use App\Mentions; use Tests\TestCase; use Illuminate\Support\Facades\Notification; use Illuminate\Foundation\Testing\RefreshDatabase;