mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 08:22:41 +08:00
Fix dud call in magic method
This commit is contained in:
parent
67bb84cf0c
commit
e2ab767cb9
@ -108,7 +108,5 @@ abstract class BaseSerializer extends SerializerAbstract
|
||||
array_unshift($arguments, $this);
|
||||
return call_user_func_array(static::$relationships[$name], $arguments);
|
||||
}
|
||||
|
||||
return parent::__call($name, $arguments);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user