Skip to content
Prev Previous commit
Next Next commit
Remove legacy call
  • Loading branch information
muglug committed Apr 17, 2018
commit 5f521a76a7256f311c17a174540365800a982897
10 changes: 0 additions & 10 deletions app/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,6 @@ public function users()
return $this->hasMany(User::class);
}

/**
* Get the offspring records associated with the account.
*
* @return HasMany
*/
public function offpsrings()
{
return $this->hasMany(Offspring::class);
}

/**
* Get the progenitor records associated with the account.
*
Expand Down