fix: init command detecting laravel

This commit is contained in:
Nuno Maduro
2025-04-03 17:23:39 +01:00
parent 42e1b9f17f
commit e0f07be017
5 changed files with 17 additions and 15 deletions

View File

@ -11,7 +11,7 @@
|
*/
// pest()->extend(Tests\TestCase::class)->in('Feature');
pest()->extend(Tests\TestCase::class)->in('Feature');
/*
|--------------------------------------------------------------------------