We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6634b5b commit 0e20cd5Copy full SHA for 0e20cd5
1 file changed
Writerside/topics/integrations/static-files.md
@@ -26,7 +26,7 @@ Static adapters exist to serve files without execution of application code.
26
## Filesystem
27
28
To return static files from the filesystem, you can use specific
29
-`Boson\Component\Http\Static\FilesystemStaticAdapter` static adapter.
+`Boson\Component\Http\Static\FilesystemStaticProvider` static adapter.
30
31
```php
32
use Boson\Application;
0 commit comments