We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51435cf + 8d02dd6 commit 1125cbcCopy full SHA for 1125cbc
lib/Constants.php
@@ -5,7 +5,7 @@
5
/**
6
* ezsqlModel Constants
7
*/
8
- \defined('EZSQL_VERSION') or \define('EZSQL_VERSION', '4.0.11');
+ \defined('EZSQL_VERSION') or \define('EZSQL_VERSION', '4.0.12');
9
\defined('OBJECT') or \define('OBJECT', 'OBJECT');
10
\defined('ARRAY_A') or \define('ARRAY_A', 'ARRAY_A');
11
\defined('ARRAY_N') or \define('ARRAY_N', 'ARRAY_N');
0 commit comments