diff options
author | Valentin Popov <info@valentineus.link> | 2018-03-12 01:20:47 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-03-12 01:29:32 +0300 |
commit | 9ada0cfe7476f4e94d14682561a0f678088428e3 (patch) | |
tree | 60f200ba16a35e4d663321bc36d20cda53247d4b /classes/event/service_updated.php | |
parent | 0a07c2ab22c8eac323562a8dbf32095f21fe0694 (diff) | |
download | local_webhooks-9ada0cfe7476f4e94d14682561a0f678088428e3.tar.xz local_webhooks-9ada0cfe7476f4e94d14682561a0f678088428e3.zip |
Using a constant
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'classes/event/service_updated.php')
-rw-r--r-- | classes/event/service_updated.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/event/service_updated.php b/classes/event/service_updated.php index f6cb3ac..9c9318a 100644 --- a/classes/event/service_updated.php +++ b/classes/event/service_updated.php @@ -39,7 +39,7 @@ class service_updated extends \core\event\base { protected function init() { $this->data["crud"] = "u"; $this->data["edulevel"] = self::LEVEL_OTHER; - $this->data["objecttable"] = "local_webhooks_service"; + $this->data["objecttable"] = LOCAL_WEBHOOKS_NAME_TABLE; } /** |