Skip to content

Commit 08efd24

Browse files
Update README.md
1 parent 76ac412 commit 08efd24

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -156,18 +156,6 @@ For example: you have id, code and parent_code. Your model uses id as key, but t
156156
->withKey('code')
157157
```
158158

159-
Store fetched models for additional functionality
160-
161-
```PHP
162-
->storeResults()
163-
```
164-
165-
```php
166-
// Now you can access the results in `afterStateUpdated`
167-
->afterStateUpdated(function ($state, SelectTree $component) {
168-
$component->getResults();
169-
}),
170-
```
171159

172160
## Filters
173161

0 commit comments

Comments
 (0)