mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
Moved some JSON around. [skip-ci]
This commit is contained in:
@@ -49,4 +49,19 @@ class User extends Elegant implements UserInterface, RemindableInterface
|
||||
return $this->hasMany('Preference');
|
||||
}
|
||||
|
||||
public function components()
|
||||
{
|
||||
return $this->hasMany('Component');
|
||||
}
|
||||
|
||||
public function budgets()
|
||||
{
|
||||
return $this->hasMany('Budget');
|
||||
}
|
||||
|
||||
public function categories()
|
||||
{
|
||||
return $this->hasMany('Category');
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user