From 1352b5ee796c9a9e106cb9746b9201e8038b6210 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 22 Oct 2018 02:17:12 +0400 Subject: Code style fix Signed-off-by: Valentin Popov --- db/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/services.php') 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 -- cgit v1.2.3