From cb71c50049c8cf6019e31926a035216459288f5a Mon Sep 17 00:00:00 2001 From: duncanmcclean Date: Fri, 12 Apr 2024 14:13:13 +0000 Subject: [PATCH] Fix styling --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 1cd59386..f31d3625 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -4,8 +4,8 @@ use Illuminate\Foundation\Testing\RefreshDatabase; use Statamic\Eloquent\ServiceProvider; -use Statamic\Testing\AddonTestCase; use Statamic\Facades\Site; +use Statamic\Testing\AddonTestCase; abstract class TestCase extends AddonTestCase {