Skip to content

Commit c9c0713

Browse files
committed
Fixes backward incompatibility caused by the upgrade from CI 3.1 to 3.2-dev.
1 parent 15e8f80 commit c9c0713

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

system/core/Model.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@
4949
*/
5050
class CI_Model {
5151

52+
/**
53+
* Class constructor
54+
*
55+
* @link https://github.com/bcit-ci/CodeIgniter/issues/5332
56+
* @return void
57+
*/
58+
public function __construct() {}
59+
5260
/**
5361
* __get magic
5462
*

0 commit comments

Comments
 (0)