mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	All of this should contain one working test.
This commit is contained in:
		| @@ -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. | ||||
|      * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user