Skip to content

Commit 545fac4

Browse files
authored
Merge pull request thephpleague#76 from andrea-cristaudo/patch-1
Add lazy adapter in configuration reference
2 parents b00803d + 1ad6d38 commit 545fac4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/B-configuration-reference.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,10 @@ flysystem:
6363
privateKey: 'path/to/or/contents/of/privatekey'
6464
root: '/path/to/root'
6565
timeout: 10
66+
67+
users9.storage:
68+
adapter: 'lazy'
69+
options:
70+
source: 'flysystem_storage_service_to_use'
71+
6672
```

0 commit comments

Comments
 (0)