We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cfc36 commit 7de1260Copy full SHA for 7de1260
1 file changed
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