Apply fixes from StyleCI (#609)
This commit is contained in:
parent
cb62e6a96d
commit
30660cfac2
19 changed files with 41 additions and 41 deletions
|
@ -25,11 +25,11 @@
|
|||
namespace Tests\Unit\Services\Users;
|
||||
|
||||
use Mockery as m;
|
||||
use PragmaRX\Google2FA\Contracts\Google2FA;
|
||||
use Pterodactyl\Contracts\Repository\UserRepositoryInterface;
|
||||
use Pterodactyl\Models\User;
|
||||
use Pterodactyl\Services\Users\ToggleTwoFactorService;
|
||||
use Tests\TestCase;
|
||||
use Pterodactyl\Models\User;
|
||||
use PragmaRX\Google2FA\Contracts\Google2FA;
|
||||
use Pterodactyl\Services\Users\ToggleTwoFactorService;
|
||||
use Pterodactyl\Contracts\Repository\UserRepositoryInterface;
|
||||
|
||||
class ToggleTwoFactorServiceTest extends TestCase
|
||||
{
|
||||
|
|
Reference in a new issue