Skip to content

Commit 71eae1e

Browse files
committed
Update TwoFactorSetupService.php
1 parent 5c99cae commit 71eae1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Services/Users/TwoFactorSetupService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
namespace Pterodactyl\Services\Users;
1111

12-
use Illuminate\Contracts\Config\Repository as ConfigRepository;
1312
use Pterodactyl\Models\User;
14-
use PragmaRX\Google2FAQRCode\Google2FA;
1513
use Illuminate\Support\Collection;
14+
use PragmaRX\Google2FAQRCode\Google2FA;
1615
use Illuminate\Contracts\Encryption\Encrypter;
1716
use Pterodactyl\Contracts\Repository\UserRepositoryInterface;
17+
use Illuminate\Contracts\Config\Repository as ConfigRepository;
1818

1919
class TwoFactorSetupService
2020
{

0 commit comments

Comments
 (0)