1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +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
* @return string