mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
All code for issue #38.
This commit is contained in:
@@ -69,9 +69,9 @@ class User extends Eloquent implements UserInterface, RemindableInterface
|
||||
/**
|
||||
* @return \Illuminate\Database\Eloquent\Relations\HasMany
|
||||
*/
|
||||
public function recurringtransactions()
|
||||
public function bills()
|
||||
{
|
||||
return $this->hasMany('RecurringTransaction');
|
||||
return $this->hasMany('Bill');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user