Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/Illuminate/Foundation/Bootstrap/ConfigureLogging.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ public function bootstrap(Application $app)
} else {
$this->configureHandlers($app, $log);
}

// Next, we will bind a Closure that resolves the PSR logger implementation
// as this will grant us the ability to be interoperable with many other
// libraries which are able to utilize the PSR standardized interface.
$app->bind('Psr\Log\LoggerInterface', function ($app) {
return $app['log']->getMonolog();
});
}

/**
Expand Down