From b813d38ff9f525e972977afa57af5667c3518152 Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 31 Jan 2025 15:04:36 -0500 Subject: [PATCH] Removed unused import --- .../Classes/StandardMethods/Settings/SettingsDeleteOtp.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Socialbox/Classes/StandardMethods/Settings/SettingsDeleteOtp.php b/src/Socialbox/Classes/StandardMethods/Settings/SettingsDeleteOtp.php index 1f9effa..55bef0a 100644 --- a/src/Socialbox/Classes/StandardMethods/Settings/SettingsDeleteOtp.php +++ b/src/Socialbox/Classes/StandardMethods/Settings/SettingsDeleteOtp.php @@ -2,7 +2,6 @@ namespace Socialbox\Classes\StandardMethods\Settings; - use Exception; use Socialbox\Abstracts\Method; use Socialbox\Classes\Configuration; use Socialbox\Classes\Cryptography;