Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernesto Baez committed Sep 3, 2019
1 parent 1565447 commit 38acefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Log/Handlers/LogstashHandler.php
Expand Up @@ -10,6 +10,6 @@ class LogstashHandler extends SocketHandler
{
protected function getDefaultFormatter()
{
return app(LogstashFormatter::class);
return new LogstashFormatter("");
}
}

0 comments on commit 38acefa

Please sign in to comment.