We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e794a9c commit 464c6deCopy full SHA for 464c6de
docs/usage/setup.md
@@ -45,7 +45,7 @@ options can be provided in global configuration through the `Filesystem`.
45
46
use League\Flysystem\Filesystem;
47
48
-$adapter = new Filesystem($adapter, ['visibility' => 'public']);
+$filesystem = new Filesystem($adapter, ['visibility' => 'public']);
49
```
50
51
The global available configuration options are:
0 commit comments