Fix relationship between verse and words

This commit is contained in:
Leonard Smith 2020-10-05 15:54:25 -05:00
parent d3041a3ea2
commit 618eff8734
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Adapter extends AbstractAdapter
/**
* @return \CloudCreativity\LaravelJsonApi\Eloquent\HasMany
*/
protected function verses()
protected function words()
{
return $this->hasMany();
}