@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
6 | 6 | use Symfony\Component\EventDispatcher\Event; |
7 | -use Symfony\Component\HttpKernel\Event\KernelEvent; |
|
8 | 7 | use Symfony\Component\HttpKernel\KernelEvents; |
9 | 8 | use Symfony\Component\HttpKernel\Event\GetResponseEvent; |
10 | 9 | use Drupal\Core\Cache\CacheTagsInvalidator; |
@@ -1,7 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Drupal\user\Entity\User; |
|
4 | - |
|
5 | 3 | /** |
6 | 4 | * @file |
7 | 5 | * Contains core functionality for the DF distribution. |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Acquia\DFExtension\Context; |
4 | 4 | |
5 | 5 | use Acquia\LightningExtension\AwaitTrait; |
6 | - |
|
7 | 6 | use Drupal\DrupalExtension\Context\DrupalSubContextBase; |
8 | 7 | |
9 | 8 | /** |