From e39e621421bf0d39257fce32e011bcb15add5de8 Mon Sep 17 00:00:00 2001 From: very-ape Date: Mon, 17 May 2021 10:51:21 -0700 Subject: [PATCH] Remove superfluous 'use' statement. The SAML library comes with its own loader. --- saml/saml.php | 1 - 1 file changed, 1 deletion(-) 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');