Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
When returnResponse is false, echo the response
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Aug 17, 2012
1 parent 8932e0b commit 073ffb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Server.php
Expand Up @@ -822,6 +822,7 @@ public function handle($request = null)
}

if (!$this->returnResponse) {
echo $this->response;
return;
}

Expand Down

0 comments on commit 073ffb1

Please sign in to comment.