Skip to content

Commit 281f2bf

Browse files
format codes
1 parent 269a97f commit 281f2bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ResponseExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public function download(string $filePath, ?string $filename = null, ?string $co
109109
->withHeader('Content-Disposition', 'attachment; filename="' . $filename . '"')
110110
->withHeader('Content-Length', (string) $fileStream->getSize());
111111
}
112+
112113
/**
113114
* Reads a file and returns it as a response with the appropriate content type.
114115
*

0 commit comments

Comments
 (0)