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.
2 parents ecb7ce6 + a940bf3 commit d7a2dc7Copy full SHA for d7a2dc7
1 file changed
src/Command/User/CreateUserCommand.php
@@ -14,7 +14,7 @@
14
use Symfony\Component\Messenger\MessageBusInterface;
15
use Symfony\Component\Validator\Validator\ValidatorInterface;
16
17
-#[AsCommand(name: 'app:create-user', description: 'Hello PhpStorm')]
+#[AsCommand(name: 'app:create-user', description: 'Create an user and send confirmation email')]
18
class CreateUserCommand extends Command
19
{
20
public function __construct(
0 commit comments