Skip to content

Commit

Permalink
renamed makeGuzzleRequest -> handleRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 18, 2016
1 parent 94a1e11 commit 715a25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DebugPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public function save()
{
$target = $this->module->logTarget;
$messages = $target->filterMessages($target->messages, Logger::LEVEL_PROFILE,
['hiqdev\hiart\Connection::makeGuzzleRequest']);
['hiqdev\hiart\Connection::handleRequest']);

return ['messages' => $messages];
}
Expand Down

0 comments on commit 715a25d

Please sign in to comment.