From 539e0aef299d9528708a9f773125caed315f7321 Mon Sep 17 00:00:00 2001 From: Dzhuneyt <1754428+Dzhuneyt@users.noreply.github.com> Date: Thu, 26 Sep 2019 19:43:24 +0300 Subject: [PATCH] Update README fix: Typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7731978..b99fd34 100644 --- a/README.markdown +++ b/README.markdown @@ -584,7 +584,7 @@ MenuItem::descendantsOf($id)->get(); // WRONG: returns nodes from other scope MenuItem::scoped([ 'menu_id' => 5 ])->fixTree(); // OK ``` -When requesting nodes using model instance, scopes applied automatically based +When requesting nodes using model instance, scopes are applied automatically based on the attributes of that model: ```php