We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c99cae commit 71eae1eCopy full SHA for 71eae1e
app/Services/Users/TwoFactorSetupService.php
@@ -9,12 +9,12 @@
9
10
namespace Pterodactyl\Services\Users;
11
12
-use Illuminate\Contracts\Config\Repository as ConfigRepository;
13
use Pterodactyl\Models\User;
14
-use PragmaRX\Google2FAQRCode\Google2FA;
15
use Illuminate\Support\Collection;
+use PragmaRX\Google2FAQRCode\Google2FA;
16
use Illuminate\Contracts\Encryption\Encrypter;
17
use Pterodactyl\Contracts\Repository\UserRepositoryInterface;
+use Illuminate\Contracts\Config\Repository as ConfigRepository;
18
19
class TwoFactorSetupService
20
{
0 commit comments