Skip to content

Commit

Permalink
Change the handle errors method visibility scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Nasyrov committed Jan 19, 2018
1 parent 6648c26 commit fd47345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/HandlesErrors.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ trait HandlesErrors
/**
* Handle errors.
*/
public function handleErrors()
protected function handleErrors()
{
$errorCode = trader_errno();
if (isset(static::$errors[$errorCode])) {
Expand Down

0 comments on commit fd47345

Please sign in to comment.