From 75dd2049267d35ec787f04b0e9bd6cebf00ebe04 Mon Sep 17 00:00:00 2001 From: davidbyoung Date: Mon, 17 Jul 2023 15:23:24 -0500 Subject: [PATCH] Fixed Psalm error --- tests/Integration/Demo/Auth/AuthTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Integration/Demo/Auth/AuthTest.php b/tests/Integration/Demo/Auth/AuthTest.php index 887ff75..5cd1a61 100644 --- a/tests/Integration/Demo/Auth/AuthTest.php +++ b/tests/Integration/Demo/Auth/AuthTest.php @@ -10,6 +10,7 @@ use App\Tests\Integration\Demo\CreatesUser; use App\Tests\Integration\Demo\SeedsDatabase; use App\Tests\Integration\IntegrationTestCase; +use RuntimeException; class AuthTest extends IntegrationTestCase {