diff --git a/src/Console/MetaCommand.php b/src/Console/MetaCommand.php index 11948db..72f20f1 100644 --- a/src/Console/MetaCommand.php +++ b/src/Console/MetaCommand.php @@ -74,8 +74,7 @@ class MetaCommand extends Command Filesystem $files, Factory $view, Repository $config - ) - { + ) { $this->files = $files; $this->view = $view; $this->config = $config; diff --git a/src/IdeHelperServiceProvider.php b/src/IdeHelperServiceProvider.php index ce63de0..244a4f4 100644 --- a/src/IdeHelperServiceProvider.php +++ b/src/IdeHelperServiceProvider.php @@ -92,7 +92,7 @@ class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProv GeneratorCommand::class, ModelsCommand::class, MetaCommand::class, - EloquentCommand::class + EloquentCommand::class, ]; } diff --git a/tests/Console/GeneratorCommand/AbstractGeneratorCommand.php b/tests/Console/GeneratorCommand/AbstractGeneratorCommand.php index 377f80c..a642541 100644 --- a/tests/Console/GeneratorCommand/AbstractGeneratorCommand.php +++ b/tests/Console/GeneratorCommand/AbstractGeneratorCommand.php @@ -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(); }