diff options
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Model.php | 8 |
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 |