Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
PipoCanaja committed Aug 15, 2024
1 parent 3c7f4c5 commit 713c7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Plugins/ExamplePlugin/ResourceAccessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function processRequest(Request $request, string $path, array $settings)
//$result = response()->download($full_path, $name);

// to build dynamically a file from code and expose it as $name for the browser
//$result = response()->streamDownload(function() {
//$result = response()->streamDownload(function() {
// echo "Content of the file";
//}, $name);

Expand Down

0 comments on commit 713c7d1

Please sign in to comment.