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 88d1603 commit 913920fCopy full SHA for 913920f
app/Models/User.php
@@ -53,13 +53,16 @@ public function getAppAuthenticationHolderName(): string
53
return $this->email;
54
}
55
56
+ /** @phpstan-ignore-next-line */
57
public function getAppAuthenticationRecoveryCodes(): ?array
58
{
59
60
return $this->app_authentication_recovery_codes;
61
62
63
public function saveAppAuthenticationRecoveryCodes(?array $codes): void
64
65
66
$this->app_authentication_recovery_codes = $codes;
67
$this->save();
68
0 commit comments