Skip to content

Commit

Permalink
Fixed logger resolution in the exception handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Campbell committed May 26, 2015
1 parent 8e99db9 commit facc06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct(Container $container)
{
$this->container = $container;

parent::__construct($container->log);
parent::__construct($container->make('Psr\Log\LoggerInterface'));
}

/**
Expand Down

0 comments on commit facc06e

Please sign in to comment.