From 2400d1f2658943a036f7645f144e354c6492bb1a Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 23 Apr 2022 19:07:36 +0200 Subject: [PATCH] Removed unused method --- module/Rest/src/Entity/ApiKeyRole.php | 6 ------ 1 file changed, 6 deletions(-) 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;