Skip to content

Commit aed6c0c

Browse files
laravel-ide-helpergithub-actions[bot]
authored andcommitted
composer fix-style
1 parent 5bbe750 commit aed6c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/MetaCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ protected function getExpectedArgumentSets()
191191
return [
192192
'configs' => $this->loadTemplate('configs')->pluck('name')->filter()->toArray(),
193193
'routes' => $this->loadTemplate('routes')->pluck('name')->filter()->toArray(),
194-
'views' => $this->loadTemplate('views')->pluck('key')->filter()->map(function($value) {
194+
'views' => $this->loadTemplate('views')->pluck('key')->filter()->map(function ($value) {
195195
return (string) $value;
196196
})->toArray(),
197197
'translations' => $this->loadTemplate('translations')->filter()->keys()->toArray(),

0 commit comments

Comments
 (0)