We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbe750 commit aed6c0cCopy full SHA for aed6c0c
src/Console/MetaCommand.php
@@ -191,7 +191,7 @@ protected function getExpectedArgumentSets()
191
return [
192
'configs' => $this->loadTemplate('configs')->pluck('name')->filter()->toArray(),
193
'routes' => $this->loadTemplate('routes')->pluck('name')->filter()->toArray(),
194
- 'views' => $this->loadTemplate('views')->pluck('key')->filter()->map(function($value) {
+ 'views' => $this->loadTemplate('views')->pluck('key')->filter()->map(function ($value) {
195
return (string) $value;
196
})->toArray(),
197
'translations' => $this->loadTemplate('translations')->filter()->keys()->toArray(),
0 commit comments