mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 18:14:09 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
9ae779e442
|
@ -31,9 +31,7 @@ class SlackSettingsForm extends Component
|
||||||
'webhook_channel' => 'required_with:webhook_endpoint|starts_with:#|nullable',
|
'webhook_channel' => 'required_with:webhook_endpoint|starts_with:#|nullable',
|
||||||
'webhook_botname' => 'string|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() {
|
public function mount() {
|
||||||
$this->webhook_text= [
|
$this->webhook_text= [
|
||||||
|
|
Loading…
Reference in a new issue