Skip to content

Commit e57fd4d

Browse files
Mention form request classes being created by the make:model -a command (#43790)
* Mention form request classes being created by the make:model -a command * Update ModelMakeCommand.php Co-authored-by: Taylor Otwell <[email protected]>
1 parent e554d47 commit e57fd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Console/ModelMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ protected function getDefaultNamespace($rootNamespace)
218218
protected function getOptions()
219219
{
220220
return [
221-
['all', 'a', InputOption::VALUE_NONE, 'Generate a migration, seeder, factory, policy, and resource controller for the model'],
221+
['all', 'a', InputOption::VALUE_NONE, 'Generate a migration, seeder, factory, policy, resource controller, and form request classes for the model'],
222222
['controller', 'c', InputOption::VALUE_NONE, 'Create a new controller for the model'],
223223
['factory', 'f', InputOption::VALUE_NONE, 'Create a new factory for the model'],
224224
['force', null, InputOption::VALUE_NONE, 'Create the class even if the model already exists'],

0 commit comments

Comments
 (0)