Skip to content

Commit

Permalink
Changes setup to setup:config with a setup alias so it shows in the c…
Browse files Browse the repository at this point in the history
…ommand list.
  • Loading branch information
typhonius committed Apr 11, 2020
1 parent 5d6b1ae commit 40bef46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Commands/SetupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class SetupCommand extends Tasks
* Performs a check of the config files and provides a view of the parameters provided. Allows the user to create
* new config files with correct parameters.
*
* @command setup
* @command setup:config
* @aliases setup
*/
public function setup(Config $config)
{
Expand Down

0 comments on commit 40bef46

Please sign in to comment.