mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 17:39:41 +00:00
Multi account piggy banks.
This commit is contained in:
@@ -106,6 +106,10 @@ class User extends Authenticatable
|
||||
return $this->hasMany(Account::class);
|
||||
}
|
||||
|
||||
public function piggyBanks() {
|
||||
throw new FireflyException('Method no longer supported.');
|
||||
}
|
||||
|
||||
/**
|
||||
* Link to attachments
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user