We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a05033 commit afebaf1Copy full SHA for afebaf1
src/Illuminate/Foundation/Bootstrap/ConfigureLogging.php
@@ -28,13 +28,6 @@ public function bootstrap(Application $app)
28
} else {
29
$this->configureHandlers($app, $log);
30
}
31
-
32
- // Next, we will bind a Closure that resolves the PSR logger implementation
33
- // as this will grant us the ability to be interoperable with many other
34
- // libraries which are able to utilize the PSR standardized interface.
35
- $app->bind('Psr\Log\LoggerInterface', function ($app) {
36
- return $app['log']->getMonolog();
37
- });
38
39
40
/**
0 commit comments