Spelling errors fixed.

This commit is contained in:
James Cole
2014-12-24 21:20:47 +01:00
parent e3482011d5
commit 037452e525
11 changed files with 20 additions and 148 deletions

View File

@@ -55,7 +55,7 @@ class User extends Eloquent implements UserInterface, RemindableInterface
*/
public function piggyBanks()
{
return $this->hasManyThrough('Piggybank', 'Account');
return $this->hasManyThrough('PiggyBank', 'Account');
}
/**