All of this should contain one working test.

This commit is contained in:
James Cole
2014-11-18 10:33:38 +01:00
parent 0afe3c48a1
commit 7329c0b200
9 changed files with 31 additions and 54 deletions

View File

@@ -42,6 +42,7 @@ class User extends Ardent implements UserInterface, RemindableInterface
public static $rules
= ['email' => 'required|email|unique:users,email', 'migrated' => 'required|boolean', 'password' => 'required|between:60,60',
'reset' => 'between:32,32',];
protected $fillable = ['email'];
/**
* The attributes excluded from the model's JSON form.
*