Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Sep 26, 2019
1 parent 8fb927c commit 006ab8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public function error($message, array $context = [])
{
$this->logger->error($message, $context);
}
};
}

0 comments on commit 006ab8b

Please sign in to comment.