mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-16 14:13:55 +00:00
Remove superfluous 'use' statement. The SAML library comes with its own loader.
This commit is contained in:
parent
3f5880b914
commit
e39e621421
1 changed files with 0 additions and 1 deletions
|
@ -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