Removes CreatesApplication (#6310)

This commit is contained in:
Nuno Maduro
2024-01-03 13:52:33 +00:00
committed by GitHub
parent 1674895c04
commit 13a81bf921
2 changed files with 1 additions and 22 deletions

View File

@@ -6,5 +6,5 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
//
}