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