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
+1 -2
View File
@@ -74,8 +74,7 @@ class MetaCommand extends Command
Filesystem $files, Filesystem $files,
Factory $view, Factory $view,
Repository $config Repository $config
) ) {
{
$this->files = $files; $this->files = $files;
$this->view = $view; $this->view = $view;
$this->config = $config; $this->config = $config;
+1 -1
View File
@@ -92,7 +92,7 @@ class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProv
GeneratorCommand::class, GeneratorCommand::class,
ModelsCommand::class, ModelsCommand::class,
MetaCommand::class, MetaCommand::class,
EloquentCommand::class EloquentCommand::class,
]; ];
} }