mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 18:16:31 +08:00
Remove unused method
This commit is contained in:
parent
8a6344cfcf
commit
ac7d28ca58
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user