diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index e470b4c7..f31e495c 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -3,7 +3,7 @@ namespace Tests\Feature; use Tests\TestCase; -use Illuminate\Foundation\Testing\FreshDatabase; +use Illuminate\Foundation\Testing\RefreshDatabase; class ExampleTest extends TestCase {