From 3e5d29c48263a3439df7186b770ba39f4f4003a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewilan=20Rivi=C3=A8re?= Date: Mon, 5 Feb 2024 10:49:03 +0100 Subject: [PATCH] v0.1.13 `NotifierCommand::class` fix `webhook` option. --- composer.json | 2 +- src/Commands/NotifierCommand.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6c4e7c0..7a75eb5 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/Commands/NotifierCommand.php b/src/Commands/NotifierCommand.php index 757d9c6..4ce4152 100644 --- a/src/Commands/NotifierCommand.php +++ b/src/Commands/NotifierCommand.php @@ -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.