mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New code, building a migration routine.
This commit is contained in:
@@ -33,4 +33,8 @@ class User extends Elegant implements UserInterface, RemindableInterface
|
||||
*/
|
||||
protected $hidden = array('password', 'remember_token');
|
||||
|
||||
public function accounts() {
|
||||
return $this->hasMany('Account');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user