From 8f27fa5f611dcc3947a4bb3ed91f694d154e0103 Mon Sep 17 00:00:00 2001 From: Italo Date: Mon, 12 Jun 2023 20:56:30 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Models/Concerns/SerializesSharedSecret.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Models/Concerns/SerializesSharedSecret.php b/src/Models/Concerns/SerializesSharedSecret.php index 879b4a5..efd603c 100644 --- a/src/Models/Concerns/SerializesSharedSecret.php +++ b/src/Models/Concerns/SerializesSharedSecret.php @@ -28,7 +28,6 @@ public function toUri(): string $issuer = config('two-factor.issuer') ?: config('app.name') ?: throw new InvalidArgumentException('The TOTP issuer cannot be empty.'); - $query = http_build_query([ 'issuer' => $issuer, 'label' => $this->attributes['label'],