We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8032b commit e085746Copy full SHA for e085746
src/Console/AddUserCommand.php
@@ -21,7 +21,8 @@ class AddUserCommand extends RolloutCommand
21
protected $description = 'Adds the provided user id to the feature.';
22
23
/**
24
- * Creates the provided feature.
+ * Adds the provided user to the requested feature. Note this will create
25
+ * the feature as a side effect.
26
*
27
* @return void
28
*/
0 commit comments