We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58dd0f commit d76a358Copy full SHA for d76a358
src/Commands/NotifierCommand.php
@@ -15,7 +15,7 @@ class NotifierCommand extends Command
15
protected $signature = 'notifier
16
{message : Message to send.}
17
{--t|type= : `mail`, `slack` or `discord`.}
18
- {--w|webhook= : Webhook URL for Slack or Discor (leave blank to take config).}';
+ {--w|webhook= : Webhook URL for Slack or Discord (leave blank to take config).}';
19
20
/**
21
* The console command description.
0 commit comments