Multi account piggy banks.

This commit is contained in:
James Cole
2024-12-14 17:32:03 +01:00
parent fb6c67fa04
commit 6a62f781e9
24 changed files with 572 additions and 404 deletions

View File

@@ -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
*/