]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Role.php
Fixes for CodeStyle vol.2
[bookstack] / app / Auth / Role.php
index 94ba39d1d1f15fb7952f51fa18664a6440e3ae95..dcd960948039d85279768fe9ee247416e851a6e9 100644 (file)
@@ -18,6 +18,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
  * @property string $description
  * @property string $external_auth_id
  * @property string $system_name
+ * @property bool   $mfa_enforced
  */
 class Role extends Model implements Loggable
 {