mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-22 14:33:16 -06:00
Removed unused method
This commit is contained in:
parent
cdef430b0b
commit
2400d1f265
@ -18,12 +18,6 @@ class ApiKeyRole extends AbstractEntity
|
|||||||
return $this->roleName;
|
return $this->roleName;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @deprecated Use role() instead */
|
|
||||||
public function name(): Role
|
|
||||||
{
|
|
||||||
return $this->role();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function meta(): array
|
public function meta(): array
|
||||||
{
|
{
|
||||||
return $this->meta;
|
return $this->meta;
|
||||||
|
Loading…
Reference in New Issue
Block a user