Remove createApplication method

This commit is contained in:
Shift
2024-04-05 18:36:53 +00:00
parent e872b479e9
commit 58c7d37fe3
2 changed files with 0 additions and 31 deletions

View File

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