Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / vendor / symfony / http-kernel / DependencyInjection / LoggerPass.php
index 2ad7f322289f3bf57c07e4d5ed1a5e47afbb4691..b6df1f6e614c8b570a9b4b1f5cef5ad307707132 100644 (file)
@@ -12,9 +12,9 @@
 namespace Symfony\Component\HttpKernel\DependencyInjection;
 
 use Psr\Log\LoggerInterface;
-use Symfony\Component\HttpKernel\Log\Logger;
 use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
 use Symfony\Component\DependencyInjection\ContainerBuilder;
+use Symfony\Component\HttpKernel\Log\Logger;
 
 /**
  * Registers the default logger if necessary.