run php-cs-fixer

This commit is contained in:
Matthew Penner 2022-10-31 13:22:00 -06:00
parent ce7c913e18
commit 940c899eab
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -4,8 +4,8 @@ namespace Pterodactyl\Http\Controllers\Auth;
use Carbon\CarbonImmutable;
use Carbon\CarbonInterface;
use Pterodactyl\Models\User;
use Illuminate\Http\Request;
use Pterodactyl\Models\User;
use Illuminate\Http\JsonResponse;
use PragmaRX\Google2FA\Google2FA;
use Pterodactyl\Models\SecurityKey;