Skip to content

Commit

Permalink
Update Framework.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dracony authored Sep 9, 2016
1 parent decd0fa commit 2f02920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PHPixie/Framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function processHttpServerRequest($serverRequest)
*/
public function processConsoleSapiCommand()
{
$this->builder->console()->processSapiCommand();
return $this->builder->console()->processSapiCommand();
}

/**
Expand All @@ -78,4 +78,4 @@ public function registerDebugHandlers($shutdownLog = false, $exception = true, $
* @return Framework\Builder
*/
abstract protected function buildBuilder();
}
}

0 comments on commit 2f02920

Please sign in to comment.