We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71f3e00 + 7de1260 commit 2df4a3fCopy full SHA for 2df4a3f
system/Commands/Generators/CellGenerator.php
@@ -40,7 +40,7 @@ class CellGenerator extends BaseCommand
40
*
41
* @var string
42
*/
43
- protected $description = 'Generates a new Cell file and its view.';
+ protected $description = 'Generates a new Controlled Cell file and its view.';
44
45
/**
46
* The Command's Usage
@@ -55,7 +55,7 @@ class CellGenerator extends BaseCommand
55
* @var array<string, string>
56
57
protected $arguments = [
58
- 'name' => 'The cell class name.',
+ 'name' => 'The Controlled Cell class name.',
59
];
60
61
0 commit comments