mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
composer fix-style
This commit is contained in:
committed by
github-actions[bot]
parent
f5d940fe0f
commit
fe4fb93261
@@ -74,8 +74,7 @@ class MetaCommand extends Command
|
||||
Filesystem $files,
|
||||
Factory $view,
|
||||
Repository $config
|
||||
)
|
||||
{
|
||||
) {
|
||||
$this->files = $files;
|
||||
$this->view = $view;
|
||||
$this->config = $config;
|
||||
|
||||
@@ -92,7 +92,7 @@ class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProv
|
||||
GeneratorCommand::class,
|
||||
ModelsCommand::class,
|
||||
MetaCommand::class,
|
||||
EloquentCommand::class
|
||||
EloquentCommand::class,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user