cast
This commit is contained in:
parent
73af54b952
commit
4cafd2c93b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue