Skip to content

Commit 21c9c13

Browse files
Update README.md
1 parent ec7380b commit 21c9c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Store fetched models for additional functionality
165165
```php
166166
// Now you can access the results in `afterStateUpdated`
167167
->afterStateUpdated(function ($state, SelectTree $component) {
168-
$component->getResults()
168+
$component->getResults();
169169
}),
170170
```
171171

0 commit comments

Comments
 (0)