composer fix-style

This commit is contained in:
laravel-ide-helper
2024-12-29 18:32:32 +00:00
committed by github-actions[bot]
parent 5bbe750505
commit aed6c0c5b8
+1 -1
View File
@@ -191,7 +191,7 @@ class MetaCommand extends Command
return [
'configs' => $this->loadTemplate('configs')->pluck('name')->filter()->toArray(),
'routes' => $this->loadTemplate('routes')->pluck('name')->filter()->toArray(),
'views' => $this->loadTemplate('views')->pluck('key')->filter()->map(function($value) {
'views' => $this->loadTemplate('views')->pluck('key')->filter()->map(function ($value) {
return (string) $value;
})->toArray(),
'translations' => $this->loadTemplate('translations')->filter()->keys()->toArray(),