]> git.mxchange.org Git - friendica-addons.git/commitdiff
Remove superfluous 'use' statement. The SAML library comes with its own loader.
authorvery-ape <git@verya.pe>
Mon, 17 May 2021 17:51:21 +0000 (10:51 -0700)
committervery-ape <git@verya.pe>
Mon, 17 May 2021 17:51:21 +0000 (10:51 -0700)
saml/saml.php

index 6f8fc950f9202659d7c97fa2980bff58aa1b4c2d..36c8754df4478b86ab65ddf33cf3fd68c3a72bdd 100755 (executable)
@@ -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');