mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 15:59:56 +03:00
Removed unused method
This commit is contained in:
parent
cdef430b0b
commit
2400d1f265
1 changed files with 0 additions and 6 deletions
|
@ -18,12 +18,6 @@ class ApiKeyRole extends AbstractEntity
|
|||
return $this->roleName;
|
||||
}
|
||||
|
||||
/** @deprecated Use role() instead */
|
||||
public function name(): Role
|
||||
{
|
||||
return $this->role();
|
||||
}
|
||||
|
||||
public function meta(): array
|
||||
{
|
||||
return $this->meta;
|
||||
|
|
Loading…
Add table
Reference in a new issue