diff --git a/eloquent-relationships.md b/eloquent-relationships.md index fb63b801882..088dc480544 100644 --- a/eloquent-relationships.md +++ b/eloquent-relationships.md @@ -1739,9 +1739,6 @@ In this example, Eloquent will only eager load posts where the post's `title` co $query->orderBy('created_at', 'desc'); }])->get(); -> [!WARNING] -> The `limit` and `take` query builder methods may not be used when constraining eager loads. - #### Constraining Eager Loading of `morphTo` Relationships