Skip to content

Commit 2df4a3f

Browse files
authored
Merge pull request #8133 from kenjis/fix-CellGenerator-help
fix: make:cell help message
2 parents 71f3e00 + 7de1260 commit 2df4a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/Commands/Generators/CellGenerator.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class CellGenerator extends BaseCommand
4040
*
4141
* @var string
4242
*/
43-
protected $description = 'Generates a new Cell file and its view.';
43+
protected $description = 'Generates a new Controlled Cell file and its view.';
4444

4545
/**
4646
* The Command's Usage
@@ -55,7 +55,7 @@ class CellGenerator extends BaseCommand
5555
* @var array<string, string>
5656
*/
5757
protected $arguments = [
58-
'name' => 'The cell class name.',
58+
'name' => 'The Controlled Cell class name.',
5959
];
6060

6161
/**

0 commit comments

Comments
 (0)