diff --git a/container.md b/container.md index acd5caddd9c..f274776dbfe 100644 --- a/container.md +++ b/container.md @@ -284,8 +284,7 @@ class PhotoController extends Controller { public function __construct( #[Storage('local')] protected Filesystem $filesystem - ) - { + ) { // ... } }