diff --git a/core/modules/menu/lib/Drupal/menu/Plugin/block/block/MenuNavigation.php b/core/modules/menu/lib/Drupal/menu/Plugin/block/block/MenuNavigation.php index 2dc43ed..7e1f581 100644 --- a/core/modules/menu/lib/Drupal/menu/Plugin/block/block/MenuNavigation.php +++ b/core/modules/menu/lib/Drupal/menu/Plugin/block/block/MenuNavigation.php @@ -8,7 +8,7 @@ namespace Drupal\menu\Plugin\block\block; use Drupal\block\BlockBase; -use Drupal\Core\Annotation\Plugin; +use Drupal\Component\Annotation\Plugin; use Drupal\Core\Annotation\Translation; /**