diff --git a/tests/Feature/Auth/PasswordRecoveryControllerTest.php b/tests/Feature/Auth/PasswordRecoveryControllerTest.php index aa95e89..54b6b83 100644 --- a/tests/Feature/Auth/PasswordRecoveryControllerTest.php +++ b/tests/Feature/Auth/PasswordRecoveryControllerTest.php @@ -3,7 +3,6 @@ namespace Tests\Feature\Auth; - use App\Web\Mail; use Tests\TestCase; @@ -138,5 +137,4 @@ class PasswordRecoveryControllerTest extends TestCase 'resetToken' => 'the-token', ]), $response->getHeaderLine('Location')); } - -} \ No newline at end of file +}