]> BookStack Code Mirror - bookstack/blobdiff - app/User.php
Improved empty lists. Fixes #10.
[bookstack] / app / User.php
index 37e40437afc04920dcfc8ce26d440bd786829fd3..cfc20453f0d8e4f45d2b9203f21ccf6c7c79119a 100644 (file)
@@ -24,7 +24,7 @@ class User extends Model implements AuthenticatableContract, CanResetPasswordCon
      *
      * @var array
      */
-    protected $fillable = ['name', 'email'];
+    protected $fillable = ['name', 'email', 'password'];
 
     /**
      * The attributes excluded from the model's JSON form.