Skip to content

Commit a336b5a

Browse files
author
Igor Chepurnoy
authored
Merge pull request #32 from yii2mod/feature-add-get-all-settings-method
update README
2 parents 0f8685f + 2652a35 commit a336b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)