Skip to content

Commit

Permalink
Merge pull request #87 from samimussbach/edit-readme
Browse files Browse the repository at this point in the history
Updated documentation with missing dispositionHeader set
  • Loading branch information
liuggio committed May 18, 2015
2 parents 33ce101 + 5014c76 commit 44f462f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -156,6 +156,7 @@ class DefaultController extends Controller
$response->headers->set('Content-Type', 'text/vnd.ms-excel; charset=utf-8');
$response->headers->set('Pragma', 'public');
$response->headers->set('Cache-Control', 'maxage=1');
$response->headers->set('Content-Disposition', $dispositionHeader);

return $response;
}
Expand Down

0 comments on commit 44f462f

Please sign in to comment.