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
commit cbe49d6d07

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)