Adds a has-one-through relationship to match the equivalent relationship added to Eloquent in Laravel 5.8.
Like the has-many-through relationship, this relationship is read-only as the relationship is effectively created/modified via the intermediary resource.
Adds a has-one-through relationship to match the equivalent relationship added to Eloquent in Laravel 5.8.
Like the has-many-through relationship, this relationship is read-only as the relationship is effectively created/modified via the intermediary resource.
Closes #415