Skip to content

Commit

Permalink
- Remove feature that's no longer supported due to dynamic property d…
Browse files Browse the repository at this point in the history
…eprecation
  • Loading branch information
tylernathanreed authored Dec 13, 2024
1 parent 49e97c7 commit ae5b186
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,6 @@ User::query()->joinRelation('posts as articles.comments as threads', [
});
```

The join type can also be mixed:
```php
User::query()->joinRelation('posts.comments', [
'comments' => function ($join) { $join->type = 'left'; }
});
```

<a name="multiple-constraints-through"></a>
#### Through-Syntax

Expand Down

0 comments on commit ae5b186

Please sign in to comment.