From 1e5a89a1d4be493680b11140a33a0ced302308f9 Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Mon, 27 Sep 2021 14:22:03 -0300 Subject: [PATCH] Add the use of the class back in. --- src/Plugin/Action/EmitFileEvent.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Plugin/Action/EmitFileEvent.php b/src/Plugin/Action/EmitFileEvent.php index f6f598f46..f8d028d4a 100644 --- a/src/Plugin/Action/EmitFileEvent.php +++ b/src/Plugin/Action/EmitFileEvent.php @@ -7,6 +7,7 @@ use Drupal\Core\Entity\EntityInterface; use Drupal\Core\File\FileSystemInterface; use Drupal\Core\Site\Settings; +use Drupal\Core\StreamWrapper\StreamWrapperManager; use Symfony\Component\DependencyInjection\ContainerInterface; /**