This commit is contained in:
Sieciech 2021-10-23 22:26:30 +02:00
parent 73af54b952
commit 4cafd2c93b
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ abstract class Model {
}
return $array;
}
public static function Instance(object $object): static {
return $object;
}
protected static function QueryModel() {
return static::SetQueryModel();