diff --git a/app/Models/Traits/Loggable.php b/app/Models/Traits/Loggable.php index 95d9a14d4b..cf54dbc373 100644 --- a/app/Models/Traits/Loggable.php +++ b/app/Models/Traits/Loggable.php @@ -11,7 +11,6 @@ use App\Models\Setting; use App\Models\User; use App\Notifications\AuditNotification; use GuzzleHttp\Exception\ConnectException; -use GuzzleHttp\Exception\RequestException; use Illuminate\Support\Facades\Auth; use Illuminate\Support\Facades\Log; use Illuminate\Support\Str;