Skip to content

Commit ec7380b

Browse files
Update README.md
1 parent f10a65f commit ec7380b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,8 @@ Store fetched models for additional functionality
162162
->storeResults()
163163
```
164164

165-
Now you can access the results in `afterStateUpdated`
166-
167165
```php
166+
// Now you can access the results in `afterStateUpdated`
168167
->afterStateUpdated(function ($state, SelectTree $component) {
169168
$component->getResults()
170169
}),

0 commit comments

Comments
 (0)