summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-11-15 13:35:09 +0100
committerAndrey Andreev <narf@devilix.net>2017-11-15 13:35:09 +0100
commitee8324368f2844aae0d558f1d194419a2181c281 (patch)
treebbff9cb80d53306095fa047e699362c69d80e448 /system
parentc9420849853a33a192c482e28c737e166d4fa698 (diff)
Partially revert c9420849853a33a192c482e28c737e166d4fa698; close #5332
Diffstat (limited to 'system')
-rw-r--r--system/core/Model.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/core/Model.php b/system/core/Model.php
index 691053a9c..8bff9cf91 100644
--- a/system/core/Model.php
+++ b/system/core/Model.php
@@ -49,6 +49,14 @@ defined('BASEPATH') OR exit('No direct script access allowed');
class CI_Model {
/**
+ * Class constructor
+ *
+ * @link https://github.com/bcit-ci/CodeIgniter/issues/5332
+ * @return void
+ */
+ public function __construct() {}
+
+ /**
* __get magic
*
* Allows models to access CI's loaded classes using the same