diff --git a/module/Rest/src/Entity/ApiKeyRole.php b/module/Rest/src/Entity/ApiKeyRole.php index 607242e5..8491cfce 100644 --- a/module/Rest/src/Entity/ApiKeyRole.php +++ b/module/Rest/src/Entity/ApiKeyRole.php @@ -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;