From 21c9c1348d496a6cec63b8021d2050184cc37aa2 Mon Sep 17 00:00:00 2001 From: CodeWithDennis <23448484+CodeWithDennis@users.noreply.github.com> Date: Sun, 7 Apr 2024 10:24:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66690cc..358155e 100644 --- a/README.md +++ b/README.md @@ -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(); }), ```