Fix check MOODLE_INTERNAL

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-06-19 22:22:45 +04:00
parent 3fa97bad31
commit f9772b1fb9
13 changed files with 13 additions and 13 deletions

View File

@ -24,7 +24,7 @@
namespace local_webhooks\event;
defined("MOODLE_INTERNAL") || die();
defined('MOODLE_INTERNAL') || die();
/**
* Defines how to work with events.