Skip to content

Commit

Permalink
Merge pull request #71 from tflori/f/morphed-relations
Browse files Browse the repository at this point in the history
Implement morphed relations
  • Loading branch information
tflori authored Jun 7, 2021
2 parents 6b917b6 + 51f5027 commit e4c1da6
Show file tree
Hide file tree
Showing 27 changed files with 2,319 additions and 599 deletions.
1 change: 0 additions & 1 deletion docs/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ class User extends Entity {
protected static function recentArticlesRelation()
{
return new OneToMany(
'recentArticles',
Article::class,
'author',
[new FilterPublished(), function (EntityFetcher $query) {
Expand Down
Loading

0 comments on commit e4c1da6

Please sign in to comment.