Completed
Push — 9-watchdog_detail_controller ( 137dc2...f3dc4c )
by Frédéric G.
02:54
created
modules/mongodb_watchdog/src/Controller/AdminController.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,11 +10,10 @@
 block discarded – undo
10 10
 use Drupal\Component\Utility\Unicode;
11 11
 use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
12 12
 use Drupal\Core\Url;
13
-use Drupal\mongodb\Connection;
14 13
 use Drupal\mongodb_watchdog\Logger;
15 14
 use MongoDB\Database;
16
-use Psr\Log\LoggerInterface;
17 15
 use Psr\Log\LogLevel;
16
+use Psr\Log\LoggerInterface;
18 17
 use Symfony\Component\DependencyInjection\ContainerInterface;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.