]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/User.php
Update maintenance.php
[bookstack] / app / Auth / User.php
index 05e77e13d0e4a84e45f0f1f0fd90bdd22bb8e683..12f022b0668491653479e9151ea10373f2fa32eb 100644 (file)
@@ -24,7 +24,7 @@ class User extends Model implements AuthenticatableContract, CanResetPasswordCon
      * The attributes that are mass assignable.
      * @var array
      */
-    protected $fillable = ['name', 'email', 'image_id'];
+    protected $fillable = ['name', 'email'];
 
     /**
      * The attributes excluded from the model's JSON form.