From c730ca56ae57eed7265daee3b2f87eb9371ac3ed Mon Sep 17 00:00:00 2001 From: ikkez Date: Thu, 1 Apr 2021 23:38:53 +0200 Subject: [PATCH] remove implicit construction, #41 --- base.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/base.php b/base.php index 44fb8f6b..380ef55a 100644 --- a/base.php +++ b/base.php @@ -3584,6 +3584,4 @@ private function __clone() { private function __construct() { } -} - -return Base::instance(); +} \ No newline at end of file