Skip to content

Commit

Permalink
refactor: update message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Dec 8, 2024
1 parent 5d9b957 commit daea786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator/Commands/ControllerGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ControllerGenerator extends GeneratorCommand implements ComponentsGenerato

public function getUserInputs(): array|null
{
$model = $this->checkParameterOrAsk('model', 'Model for the controller.', $this->containerName);
$model = $this->checkParameterOrAsk('model', 'Enter the name of the Model that this controller uses', $this->containerName);
$models = Pluralizer::plural($model);

$ui = Str::lower($this->checkParameterOrChoice('ui', 'Select the UI for the controller', ['API', 'WEB'], 0));
Expand Down

0 comments on commit daea786

Please sign in to comment.