Update slack_* properties to webhook_*

This commit is contained in:
Marcus Moore
2023-03-22 14:43:00 -07:00
parent e8e1ada776
commit fe6295a5e4
16 changed files with 39 additions and 44 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ class User extends SnipeModel implements AuthenticatableContract, AuthorizableCo
{
// At this point the endpoint is the same for everything.
// In the future this may want to be adapted for individual notifications.
$this->endpoint = \App\Models\Setting::getSettings()->slack_endpoint;
$this->endpoint = \App\Models\Setting::getSettings()->webhook_endpoint;
return $this->endpoint;
}