diff --git a/README.md b/README.md index 2f566f8..564f9c4 100644 --- a/README.md +++ b/README.md @@ -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'; } -}); -``` - #### Through-Syntax