eee
This commit is contained in:
@@ -136,9 +136,9 @@ class Model extends Base\Model
|
||||
/**
|
||||
* @param string $name
|
||||
* @param array $arguments
|
||||
* @return mixed
|
||||
* @return Model|ActiveQuery
|
||||
*/
|
||||
public static function __callStatic(string $name, array $arguments)
|
||||
public static function __callStatic(string $name, array $arguments): static|ActiveQuery
|
||||
{
|
||||
// TODO: Change the autogenerated stub
|
||||
if (method_exists(static::class, $name)) {
|
||||
|
||||
Reference in New Issue
Block a user