Skip to content

Commit bf1505f

Browse files
authored
Update README.md
1 parent c86d9d2 commit bf1505f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,6 @@ Search::new()
8383
->search('howto');
8484
```
8585

86-
You can add multiple models at once by using the `addMany` method:
87-
88-
```php
89-
Search::addMany([
90-
[Post::class, 'title'],
91-
[Video::class, 'title'],
92-
])->search('howto');
93-
```
94-
9586
There's also an `when` method to apply certain clauses based on another condition:
9687

9788
```php

0 commit comments

Comments
 (0)