0.2.3 #2

Merged
Sieciech merged 18 commits from 0.2.3 into master 2021-03-08 10:29:29 +00:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit a3d8bb6131 - Show all commits

View File

@ -46,11 +46,4 @@ abstract class Model {
$params, $params,
get_called_class()); get_called_class());
} }
public static function Check() {
if (static::$table === null) {
static::$table = basename(str_replace('\\', '/', get_called_class())) . 's';
}
static::Initialize();
}
} }