Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 78bade7

Browse files
committed
Order of imports
1 parent 6e43360 commit 78bade7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/doc/providers/totp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ namespace Acme\DemoBundle\Entity;
4040
4141
use Doctrine\ORM\Mapping as ORM;
4242
use Scheb\TwoFactorBundle\Model\Totp\TotpConfiguration;
43+
use Scheb\TwoFactorBundle\Model\Totp\TotpConfigurationInterface;
4344
use Scheb\TwoFactorBundle\Model\Totp\TwoFactorInterface;
4445
use Symfony\Component\Security\Core\User\UserInterface;
45-
use Scheb\TwoFactorBundle\Model\Totp\TotpConfigurationInterface;
4646
4747
class User implements UserInterface, TwoFactorInterface
4848
{

0 commit comments

Comments
 (0)