Skip to content

Commit 724362b

Browse files
committed
Fix default for non-interactive mode
1 parent a07d1ed commit 724362b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/Console/Commands/PublishViewsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ protected function promptForCategory(): string
7171
});
7272

7373
return $this->parseChoiceIntoKey(
74-
select('Which category do you want to publish?', $this->formatPublishableChoices(), 0)
74+
select('Which category do you want to publish?', $this->formatPublishableChoices(), 'all')
7575
);
7676
}
7777

0 commit comments

Comments
 (0)