Skip to content

Commit af056a9

Browse files
committed
fix: name in testemail command
1 parent c1bd5c4 commit af056a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Command/TestEmailCommand.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
* This class represents a command that sends an email to test the system configuration.
1919
*/
2020
#[AsCommand(
21-
name: 'email:testemail
22-
stemail:test',
21+
name: 'email:testemail',
2322
description: 'Sends an email to test system configuration',
2423
)]
2524
class TestEmailCommand extends Command

0 commit comments

Comments
 (0)