From: very-ape <git@verya.pe>
Date: Mon, 17 May 2021 17:51:21 +0000 (-0700)
Subject: Remove superfluous 'use' statement. The SAML library comes with its own loader.
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e39e621421bf0d39257fce32e011bcb15add5de8;p=friendica-addons.git

Remove superfluous 'use' statement. The SAML library comes with its own loader.
---

diff --git a/saml/saml.php b/saml/saml.php
index 6f8fc950..36c8754d 100755
--- a/saml/saml.php
+++ b/saml/saml.php
@@ -14,7 +14,6 @@ use Friendica\Database\DBA;
 use Friendica\DI;
 use Friendica\Model\User;
 use Friendica\Util\Strings;
-use OneLogin\Saml2\Auth;
 
 require_once(__DIR__ . '/vendor/autoload.php');