From 28a5cb9b077202deb7c9df40acb34c4ba748fa31 Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 21 Feb 2025 22:59:10 -0500 Subject: [PATCH] Renamed CommunicationRecipientType.php to EncryptionMessageRecipient.php --- .../Types/CommunicationRecipientType.php | 9 -------- .../Types/EncryptionMessageRecipient.php | 23 +++++++++++++++++++ 2 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 src/Socialbox/Enums/Types/CommunicationRecipientType.php create mode 100644 src/Socialbox/Enums/Types/EncryptionMessageRecipient.php diff --git a/src/Socialbox/Enums/Types/CommunicationRecipientType.php b/src/Socialbox/Enums/Types/CommunicationRecipientType.php deleted file mode 100644 index b7aca3f..0000000 --- a/src/Socialbox/Enums/Types/CommunicationRecipientType.php +++ /dev/null @@ -1,9 +0,0 @@ - self::RECEIVER, + self::RECEIVER => self::SENDER + }; + } + }