From d5e540789bf66218717559d94e58506df024798a Mon Sep 17 00:00:00 2001 From: netkas Date: Tue, 11 Mar 2025 14:58:57 -0400 Subject: [PATCH] Removed unused imports https://github.com/nosial/Socialbox-PHP/issues/22 --- .../StandardMethods/EncryptionChannel/EncryptionGetChannel.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Socialbox/Classes/StandardMethods/EncryptionChannel/EncryptionGetChannel.php b/src/Socialbox/Classes/StandardMethods/EncryptionChannel/EncryptionGetChannel.php index c27f37a..4d9a51a 100644 --- a/src/Socialbox/Classes/StandardMethods/EncryptionChannel/EncryptionGetChannel.php +++ b/src/Socialbox/Classes/StandardMethods/EncryptionChannel/EncryptionGetChannel.php @@ -3,10 +3,8 @@ namespace Socialbox\Classes\StandardMethods\EncryptionChannel; use Socialbox\Abstracts\Method; - use Socialbox\Classes\Validator; use Socialbox\Enums\StandardError; use Socialbox\Exceptions\DatabaseOperationException; - use Socialbox\Exceptions\Standard\InvalidRpcArgumentException; use Socialbox\Exceptions\Standard\MissingRpcArgumentException; use Socialbox\Exceptions\Standard\StandardRpcException; use Socialbox\Interfaces\SerializableInterface;