Fix check MOODLE_INTERNAL

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-06-11 19:00:07 +04:00
parent f2f22e9817
commit 62c0ddbcd2
9 changed files with 9 additions and 9 deletions

View File

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