Skip to content

Commit 2652a35

Browse files
author
igor-chepurnoi
committed
update README
1 parent fe77ca6 commit 2652a35

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
@@ -103,7 +103,7 @@ $settings->remove('section', 'key');
103103
$settings->removeAll();
104104

105105
// Get's all values in the specific section.
106-
$settings->getAllBySection('admin');
106+
$settings->getAllBySection('section');
107107

108108
$settings->invalidateCache(); // automatically called on set(), remove();
109109
```

0 commit comments

Comments
 (0)