]> BookStack Code Mirror - bookstack/blobdiff - app/Users/Models/User.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / app / Users / Models / User.php
index 3797e7cb0279d27cd88902443d9aafd393857178..0d437418bb9f29a6643670d04bc4bef6d56776ef 100644 (file)
@@ -45,6 +45,7 @@ use Illuminate\Support\Collection;
  * @property string     $system_name
  * @property Collection $roles
  * @property Collection $mfaValues
+ * @property ?Image     $avatar
  */
 class User extends Model implements AuthenticatableContract, CanResetPasswordContract, Loggable, Sluggable
 {