Skip to content

Commit

Permalink
v0.1.13
Browse files Browse the repository at this point in the history
`NotifierCommand::class` fix `webhook` option.
  • Loading branch information
ewilan-riviere committed Feb 5, 2024
1 parent a95ace8 commit 3e5d29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiwilan/notifier-laravel",
"description": "Notifier for Laravel is a package to add some useful classes to send notifications and logging.",
"version": "0.1.12",
"version": "0.1.13",
"keywords": [
"laravel",
"notifier",
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/NotifierCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class NotifierCommand extends Command
protected $signature = 'notifier
{message : Message to send.}
{--t|type= : `mail`, `slack` or `discord`.}
{--w|webhook : Webhook URL for Slack or Discor (leave blank to take config).}';
{--w|webhook= : Webhook URL for Slack or Discor (leave blank to take config).}';

/**
* The console command description.
Expand Down

0 comments on commit 3e5d29c

Please sign in to comment.