Skip to content

Commit 5e8f60c

Browse files
committed
Updated Bake Command description
1 parent 8987791 commit 5e8f60c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

app/sprinkles/core/src/Bakery/BakeCommand.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
*/
2222
class BakeCommand extends BaseCommand
2323
{
24-
/**
25-
* @var string Path to the build/ directory
26-
*/
27-
protected $buildPath;
28-
2924
/**
3025
* @var string The UserFrosting ASCII art.
3126
*/
@@ -46,7 +41,7 @@ protected function configure()
4641
{
4742
$this->setName('bake')
4843
->setDescription('UserFrosting installation command')
49-
->setHelp('This command combine the <info>debug</info>, <info>migrate</info> and <info>build-assets</info> commands.');
44+
->setHelp('This command combine the <info>setup:db</info>, <info>setup:smtp</info>, <info>debug</info>, <info>migrate</info>, <info>create-admin</info> and <info>build-assets</info> commands.');
5045
}
5146

5247
/**

0 commit comments

Comments
 (0)