We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe77ca6 commit 2652a35Copy full SHA for 2652a35
README.md
@@ -103,7 +103,7 @@ $settings->remove('section', 'key');
103
$settings->removeAll();
104
105
// Get's all values in the specific section.
106
-$settings->getAllBySection('admin');
+$settings->getAllBySection('section');
107
108
$settings->invalidateCache(); // automatically called on set(), remove();
109
```
0 commit comments