Skip to content

Commit 1dcf012

Browse files
author
igor-chepurnoi
committed
update README
1 parent f3b9b4c commit 1dcf012

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ $settings->deactivate('section', 'key');
8484
// Removes a setting
8585
$settings->remove('section', 'key');
8686

87+
// Removes all settings
88+
$settings->removeAll();
89+
8790
$settings->invalidateCache(); // automatically called on set(), remove();
8891
```
8992

0 commit comments

Comments
 (0)