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

Update AbstractSerializer.php

Fixes missing argument in method. Verified it has to be a string.
This commit is contained in:
Daniël Klabbers
2017-06-22 14:28:51 +02:00
committed by GitHub
parent d46fd7805c
commit 32a59af593

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)