mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 19:01:39 +00:00
Spelling errors fixed.
This commit is contained in:
@@ -55,7 +55,7 @@ class User extends Eloquent implements UserInterface, RemindableInterface
|
||||
*/
|
||||
public function piggyBanks()
|
||||
{
|
||||
return $this->hasManyThrough('Piggybank', 'Account');
|
||||
return $this->hasManyThrough('PiggyBank', 'Account');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user