diff --git a/logging/handlers.rst b/logging/handlers.rst index fc944a380a0..9f5b903cfa9 100644 --- a/logging/handlers.rst +++ b/logging/handlers.rst @@ -46,8 +46,6 @@ To use it, declare it as a service: .. code-block:: php // config/services.php - use App\Logger\SessionRequestProcessor; - use Monolog\Formatter\LineFormatter; use Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler; $container->register(ElasticsearchLogstashHandler::class);