composer fix-style

This commit is contained in:
laravel-ide-helper
2024-12-28 18:22:32 +00:00
committed by github-actions[bot]
parent f5d940fe0f
commit fe4fb93261
3 changed files with 3 additions and 4 deletions
@@ -13,7 +13,7 @@ abstract class AbstractGeneratorCommand extends TestCase
protected function setUp(): void
{
parent::setUp();
// $this->artisan('key:gen');
// $this->artisan('key:gen');
$this->mockFilesystem();
}