Skip to content

Commit ea6de0a

Browse files
committed
minor #12369 remove unused use statements (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- remove unused use statements Commits ------- 5f0201b remove unused use statements
2 parents 2016971 + 5f0201b commit ea6de0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

logging/handlers.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ To use it, declare it as a service:
5050
.. code-block:: php
5151
5252
// config/services.php
53-
use App\Logger\SessionRequestProcessor;
54-
use Monolog\Formatter\LineFormatter;
5553
use Symfony\Bridge\Monolog\Handler\ElasticsearchLogstashHandler;
5654
5755
$container->register(ElasticsearchLogstashHandler::class);

0 commit comments

Comments
 (0)