mirror of
https://github.com/flarum/core.git
synced 2025-07-24 18:21:33 +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);
|
||||
return call_user_func_array(static::$relationships[$name], $arguments);
|
||||
}
|
||||
|
||||
return parent::__call($name, $arguments);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user