From 1cd4d99b6cee161e53a41fe9ed07d48fcb8d07a0 Mon Sep 17 00:00:00 2001 From: zemiacsik Date: Fri, 7 Sep 2018 10:17:01 +0200 Subject: [PATCH] indent with 4 spaces instead of tab --- _config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.php b/_config.php index e2cf530..8b68529 100644 --- a/_config.php +++ b/_config.php @@ -3,5 +3,5 @@ // Ensure compatibility with PHP 7.2 ("object" is a reserved word), // with SilverStripe 3.6 (using Object) and SilverStripe 3.7 (using SS_Object) if (!class_exists('SS_Object')) { - class_alias('Object', 'SS_Object'); + class_alias('Object', 'SS_Object'); }