Fixes wrong stub

This commit is contained in:
Nuno Maduro
2024-06-10 22:52:21 +01:00
parent b33af71036
commit 9fc607a2b8

View File

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