Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 41a7304

Browse files
committed
fix readme
1 parent ad063cc commit 41a7304

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
@@ -46,7 +46,7 @@ Let's save the settings.
4646

4747
```php
4848
(bool)$user->setSettingBool('notify', false); // bool(true)
49-
$user->getSettingBool('notify', false); // bool(true)
49+
$user->getSettingBool('notify', false); // bool(false)
5050
```
5151

5252
---

0 commit comments

Comments
 (0)