Skip to content

Commit

Permalink
Merge branch '4.4'
Browse files Browse the repository at this point in the history
* 4.4:
  Restored the deleted adapter cache file
  remove unused use statements
  remove the array adapter chapter
  • Loading branch information
javiereguiluz committed Sep 25, 2019
2 parents c75c9b7 + b2b8336 commit 998df7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions logging/handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 998df7e

Please sign in to comment.