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.
2 parents 40b748c + f787acd commit 2a09dadCopy full SHA for 2a09dad
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