Skip to content

Commit c647cb4

Browse files
committed
apply docs changes from the review
1 parent d96fd5b commit c647cb4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Example:
2525
```php
2626
public $handlers = ['database'];
2727
```
28-
### Multiple handlers
2928

30-
When multiple handlers are configured, they are checked in the order specified in $handlers. The first handler that has a value for the requested setting will return it.
29+
### Multiple handlers
3130

32-
Example with fallback:
31+
Example:
3332

3433
```php
3534
public $handlers = ['file', 'database'];
3635
```
36+
3737
This configuration will:
3838

3939
1. Check the file handler first

0 commit comments

Comments
 (0)