mirror of
https://github.com/flarum/core.git
synced 2025-06-06 22:55:11 +02:00
Update AbstractSerializer.php
Fixes missing argument in method. Verified it has to be a string.
This commit is contained in:
parent
877aed215b
commit
01cb8ab79d
@ -186,6 +186,7 @@ abstract class AbstractSerializer extends BaseAbstractSerializer
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param mixed $model
|
* @param mixed $model
|
||||||
|
* @param string $relation
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
protected function getRelationshipData($model, $relation)
|
protected function getRelationshipData($model, $relation)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user