1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +02:00

Remove unused method

This commit is contained in:
Toby Zerner
2017-12-27 16:17:35 +10:30
parent f846d5c5e4
commit fa1e557e0a

View File

@@ -57,14 +57,6 @@ class GroupSerializer extends AbstractSerializer
]; ];
} }
/**
* @return \Tobscure\JsonApi\Relationship
*/
protected function permissions($group)
{
return $this->hasMany($group, PermissionSerializer::class);
}
/** /**
* @param string $name * @param string $name
* @return string * @return string