Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 24, 2024
1 parent 01006fb commit b904f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/DevToolCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ protected function appendAutoloadDevToComposer(array $content, Filesystem $files
$content['autoload-dev']['psr-4'] = [];
}

if (confirm('Prefix with `Workbench` namespace?', default: false) === false) {
if (confirm('Prefix with `Workbench` namespace?', default: true) === false) {
$this->workbenchNamespacePrefix = '';
}

Expand Down

0 comments on commit b904f79

Please sign in to comment.