This commit is contained in:
Michał Sieciechowicz 2021-02-27 09:37:24 +01:00
parent b39c293b97
commit 1a5db6340c
1 changed files with 1 additions and 5 deletions

View File

@ -32,11 +32,7 @@ abstract class BaseModel {
get_called_class()); get_called_class());
} }
private static function Initialize() { abstract private static function Initialize();
if (self::$sql === null) {
throw new Exception('sql not inited');
}
}
} }
class JobSql implements ISqlBase { class JobSql implements ISqlBase {