diff --git a/core/modules/views/src/Entity/View.php b/core/modules/views/src/Entity/View.php index 4bdb8a0..0e5bbee 100644 --- a/core/modules/views/src/Entity/View.php +++ b/core/modules/views/src/Entity/View.php @@ -7,7 +7,7 @@ use Drupal\Core\Config\Entity\ConfigEntityBase; use Drupal\Core\Entity\EntityStorageInterface; use Drupal\Core\Language\LanguageInterface; -use Drupal\views\Plugin\DependentWithRemovalPluginInterface; +use Drupal\Core\Plugin\DependentWithRemovalPluginInterface; use Drupal\views\Views; use Drupal\views\ViewEntityInterface;