From 5cf10cec3465cbc0dd6b3b527ab2511a555d2507 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 7 Mar 2024 23:40:30 +0000 Subject: [PATCH] Remloved unneeded validation message Signed-off-by: snipe --- app/Http/Livewire/SlackSettingsForm.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Http/Livewire/SlackSettingsForm.php b/app/Http/Livewire/SlackSettingsForm.php index 86f21e015..637064937 100644 --- a/app/Http/Livewire/SlackSettingsForm.php +++ b/app/Http/Livewire/SlackSettingsForm.php @@ -31,9 +31,7 @@ class SlackSettingsForm extends Component 'webhook_channel' => 'required_with:webhook_endpoint|starts_with:#|nullable', 'webhook_botname' => 'string|nullable', ]; - public $messages = [ - 'webhook_endpoint.starts_with' => 'your webhook endpoint should begin with http://, https:// or other protocol.', - ]; + public function mount() { $this->webhook_text= [