forked from friendica/friendica-addons
Remove superfluous 'use' statement. The SAML library comes with its own loader.
This commit is contained in:
parent
3f5880b914
commit
e39e621421
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue