Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis authored Apr 7, 2024
1 parent ec7380b commit 21c9c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Store fetched models for additional functionality
```php
// Now you can access the results in `afterStateUpdated`
->afterStateUpdated(function ($state, SelectTree $component) {
$component->getResults()
$component->getResults();
}),
```

Expand Down

0 comments on commit 21c9c13

Please sign in to comment.