From ee8324368f2844aae0d558f1d194419a2181c281 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Wed, 15 Nov 2017 14:35:09 +0200 Subject: Partially revert c9420849853a33a192c482e28c737e166d4fa698; close #5332 --- system/core/Model.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'system/core/Model.php') 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 @@ -48,6 +48,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 * -- cgit v1.2.3-24-g4f1b