mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
Fix dud call in magic method
This commit is contained in:
@@ -108,7 +108,5 @@ abstract class BaseSerializer extends SerializerAbstract
|
|||||||
array_unshift($arguments, $this);
|
array_unshift($arguments, $this);
|
||||||
return call_user_func_array(static::$relationships[$name], $arguments);
|
return call_user_func_array(static::$relationships[$name], $arguments);
|
||||||
}
|
}
|
||||||
|
|
||||||
return parent::__call($name, $arguments);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user