This commit is contained in:
Michal Sieciechowicz 2021-03-01 16:25:31 +01:00
parent a3d71c7bc5
commit a3d8bb6131
1 changed files with 0 additions and 7 deletions

View File

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