v2.4.4: DatabaseEntity migration and bugfixes
This commit is contained in:
@@ -10,7 +10,7 @@ if (is_file($autoLoad)) {
|
||||
require_once $autoLoad;
|
||||
}
|
||||
|
||||
const WEBBASE_VERSION = "2.4.3";
|
||||
const WEBBASE_VERSION = "2.4.4";
|
||||
|
||||
spl_autoload_extensions(".php");
|
||||
spl_autoload_register(function ($class) {
|
||||
|
||||
Reference in New Issue
Block a user