mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 03:32:44 +08:00
Update AbstractSerializer.php
Fixes missing argument in method. Verified it has to be a string.
This commit is contained in:
parent
d46fd7805c
commit
32a59af593
|
@ -186,6 +186,7 @@ abstract class AbstractSerializer extends BaseAbstractSerializer
|
|||
|
||||
/**
|
||||
* @param mixed $model
|
||||
* @param string $relation
|
||||
* @return mixed
|
||||
*/
|
||||
protected function getRelationshipData($model, $relation)
|
||||
|
|
Loading…
Reference in New Issue
Block a user