Skip to content

Commit 464c6de

Browse files
committed
renamed variable
1 parent e794a9c commit 464c6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ options can be provided in global configuration through the `Filesystem`.
4545

4646
use League\Flysystem\Filesystem;
4747

48-
$adapter = new Filesystem($adapter, ['visibility' => 'public']);
48+
$filesystem = new Filesystem($adapter, ['visibility' => 'public']);
4949
```
5050

5151
The global available configuration options are:

0 commit comments

Comments
 (0)