fixes
This commit is contained in:
parent
a3d71c7bc5
commit
a3d8bb6131
|
@ -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();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue