Skip to content

Commit

Permalink
Update BaseLog.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-fathi committed May 25, 2017
1 parent fb12a5f commit 6063763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Log/Engine/BaseLog.php
Expand Up @@ -88,6 +88,7 @@ public function scopes()
* @return string
*/
protected function _format($data, array $context = [])
{
if (is_string($data)) {
return $data;
}
Expand Down

0 comments on commit 6063763

Please sign in to comment.