mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:40:17 +00:00
Remove unused use statement
This commit is contained in:
parent
59404752f9
commit
76e5495e15
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
namespace Friendica\Security\TwoFactor\Repository;
|
namespace Friendica\Security\TwoFactor\Repository;
|
||||||
|
|
||||||
use Friendica\Security\TwoFactor;
|
|
||||||
use Friendica\Database\Database;
|
use Friendica\Database\Database;
|
||||||
use Friendica\Security\TwoFactor\Exception\TrustedBrowserNotFoundException;
|
use Friendica\Security\TwoFactor\Exception\TrustedBrowserNotFoundException;
|
||||||
use Friendica\Security\TwoFactor\Exception\TrustedBrowserPersistenceException;
|
use Friendica\Security\TwoFactor\Exception\TrustedBrowserPersistenceException;
|
||||||
|
|
Loading…
Reference in a new issue