Skip to content

Commit

Permalink
Add an HTMLResponse method
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-papikas committed Oct 9, 2016
1 parent 15f2394 commit 8c73732
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HTMLResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ class HTMLResponse extends JSONResponse
*/
const APPEND_METHOD = 'append';

/**
* The prepend method identifier.
*
* @var string
*/
const PREPEND_METHOD = 'prepend';

/**
* The extra content 'popup' type.
*
Expand Down

0 comments on commit 8c73732

Please sign in to comment.