mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Some experimental model tests.
This commit is contained in:
@@ -18,6 +18,14 @@ class User extends Elegant implements UserInterface, RemindableInterface
|
||||
'password' => 'required|between:60,60',
|
||||
'reset' => 'between:32,32',
|
||||
];
|
||||
|
||||
public static $factory
|
||||
= [
|
||||
'email' => 'email',
|
||||
'password' => 'string',
|
||||
'migrated' => '0'
|
||||
|
||||
];
|
||||
/**
|
||||
* The database table used by the model.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user