mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 07:42:48 +08:00
Fix dud call in magic method
This commit is contained in:
parent
cc73b5fc56
commit
8258d4e504
|
@ -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…
Reference in New Issue
Block a user