Skip to content

Commit

Permalink
Merge pull request #32 from yii2mod/feature-add-get-all-settings-method
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
Igor Chepurnoy authored Aug 20, 2018
2 parents 0f8685f + 2652a35 commit a336b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $settings->remove('section', 'key');
$settings->removeAll();

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

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

0 comments on commit a336b5a

Please sign in to comment.