Skip to content

Commit

Permalink
change console question for generate model
Browse files Browse the repository at this point in the history
  • Loading branch information
manusiakemos committed May 13, 2024
1 parent b6c6f77 commit 8b270ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/WireCrudConsole.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function handle(): bool
default: 'modal'
);
$generateModel = select(
label: 'Generate Api',
label: 'Generate Model',
options: ['yes', 'no'],
default: config('wirecrud.model') ? 'yes' : 'no'
);
Expand Down

0 comments on commit 8b270ac

Please sign in to comment.