tests(unit): add RequireTwoFactorAuthenticationTest

This commit is contained in:
Matthew Penner 2021-07-18 11:28:14 -06:00
parent 790f109e66
commit 64110d84af
9 changed files with 373 additions and 7 deletions

View file

@ -2,7 +2,7 @@
namespace Pterodactyl\Transformers\Api\Client;
use LaravelWebauthn\Models\WebauthnKey;
use Pterodactyl\Models\WebauthnKey;
class WebauthnKeyTransformer extends BaseClientTransformer
{