Removed unused method

This commit is contained in:
Alejandro Celaya 2022-04-23 19:07:36 +02:00
parent cdef430b0b
commit 2400d1f265

View File

@ -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;