Aesthetics in the code

This commit is contained in:
2017-11-18 06:31:25 +04:00
parent bf2cef3ea0
commit 97140dccf7
8 changed files with 43 additions and 38 deletions

View File

@ -37,9 +37,9 @@ class response_get extends \core\event\base {
* Init method.
*/
protected function init() {
$this->data["crud"] = "u";
$this->data["crud"] = "r";
$this->data["edulevel"] = self::LEVEL_OTHER;
$this->data["objecttable"] = "local_webhooks_service";
$this->data["edulevel"] = self::LEVEL_OTHER;
}
/**