mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00: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