Merge branch 'main' of github.com:vormkracht10/filament-two-factor-auth #46
Annotations
6 errors
phpstan:
src/Pages/TwoFactor.php#L57
Access to an undefined property Illuminate\Foundation\Auth\User::$two_factor_confirmed_at.
|
phpstan:
src/Pages/TwoFactor.php#L72
Call to an undefined method Vormkracht10\TwoFactorAuth\Pages\TwoFactor::passwordIsConfirmed().
|
phpstan:
src/Pages/TwoFactor.php#L173
Access to an undefined property Illuminate\Foundation\Auth\User::$two_factor_confirmed_at.
|
phpstan:
src/Pages/TwoFactor.php#L177
Call to an undefined method Vormkracht10\TwoFactorAuth\Pages\TwoFactor::userConfirmedPassword().
|
phpstan:
src/Pages/TwoFactor.php#L185
Method Vormkracht10\TwoFactorAuth\Pages\TwoFactor::showTwoFactor() is unused.
|
phpstan
Process completed with exit code 1.
|