diff options
author | Valentin Popov <info@valentineus.link> | 2018-10-22 01:17:12 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-10-22 01:59:06 +0300 |
commit | 1352b5ee796c9a9e106cb9746b9201e8038b6210 (patch) | |
tree | c922ed9bacd8b2ac0d278cb44697ade9124b380f /db/services.php | |
parent | f3b5ab561616ce42c5ddff11b632635a1c71f88f (diff) | |
download | local_webhooks-1352b5ee796c9a9e106cb9746b9201e8038b6210.tar.xz local_webhooks-1352b5ee796c9a9e106cb9746b9201e8038b6210.zip |
Code style fix
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'db/services.php')
-rw-r--r-- | db/services.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/services.php b/db/services.php index 7fa6414..f74a310 100644 --- a/db/services.php +++ b/db/services.php @@ -22,6 +22,6 @@ * @package local_webhooks */ -defined( "MOODLE_INTERNAL" ) || die(); +defined('MOODLE_INTERNAL') || die(); $functions = array();
\ No newline at end of file |