1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 16:51:34 +02:00

Merge pull request #1201 from Luceos/patch-3

Update AbstractSerializer.php
This commit is contained in:
Franz Liedke
2017-06-23 00:02:16 +02:00
committed by GitHub

View File

@@ -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)