File tree Expand file tree Collapse file tree
user_guide_src/source/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ should contain the following code:
4949
5050.. literalinclude :: cli_commands/002.php
5151
52- If you run the **list ** command, you will see the new command listed under its own ``demo `` group. If you take
52+ If you run the **list ** command, you will see the new command listed under its own ``Demo `` group. If you take
5353a close look, you should see how this works fairly easily. The ``$group `` property simply tells it how to organize
5454this command with all of the other commands that exist, telling it what heading to list it under.
5555
Original file line number Diff line number Diff line change 77
88class AppInfo extends BaseCommand
99{
10- protected $ group = 'demo ' ;
10+ protected $ group = 'Demo ' ;
1111 protected $ name = 'app:info ' ;
1212 protected $ description = 'Displays basic application information. ' ;
1313
You can’t perform that action at this time.
0 commit comments