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 2650e64 commit a07d1edCopy full SHA for a07d1ed
packages/framework/src/Console/Commands/PublishViewsCommand.php
@@ -126,7 +126,7 @@ protected function promptUserForWhichFilesToPublish(array $files): array
126
127
$prompt->on('key', static::supportTogglingAll($prompt));
128
129
- return $prompt->prompt();
+ return (array) $prompt->prompt();
130
}
131
132
protected static function supportTogglingAll(MultiSelectPrompt $prompt): Closure
0 commit comments