]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/User.php
Fixes for CodeStyle vol.2
[bookstack] / app / Auth / User.php
index f4fd4528114dd89ff9d485aeb518ea7865f48e87..0a6849fe008323aca74f08cf108441a78b59a0c6 100644 (file)
@@ -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
 {