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 40b748c commit f787acdCopy full SHA for f787acd
docs/5-creating-a-custom-adapter.md
@@ -12,7 +12,7 @@ A Flysystem adapter is a class implementing the `League\Flysystem\FilesystemAdap
12
To learn all the details about how to create this class, you can read the
13
[library documentation](https://flysystem.thephpleague.com/v2/docs/advanced/creating-an-adapter/).
14
15
-You can create this class everywhere you want in your application. We usually recommend a clear
+You can create this class anywhere you want in your application. We usually recommend a clear
16
namespace and class name such as `App\Flysystem\MyCustomAdapter`.
17
18
## Using the adapter in a storage configuration
0 commit comments