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.
2 parents 9a05033 + afebaf1 commit 7e98997Copy full SHA for 7e98997
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