X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/916a82616f1e2c750a1f01109e65ad2b603a79ce..refs/pull/2902/head:/app/Auth/User.php diff --git a/app/Auth/User.php b/app/Auth/User.php index f4fd45281..0a6849fe0 100644 --- a/app/Auth/User.php +++ b/app/Auth/User.php @@ -39,6 +39,7 @@ use Illuminate\Support\Collection; * @property string $external_auth_id * @property string $system_name * @property Collection $roles + * @property Collection $mfaValues */ class User extends Model implements AuthenticatableContract, CanResetPasswordContract, Loggable, Sluggable {