diff --git a/core/modules/views/lib/Drupal/views/Plugin/Discovery/ViewsHandlerDiscovery.php b/core/modules/views/lib/Drupal/views/Plugin/Discovery/ViewsHandlerDiscovery.php index b23fed2..619acf8 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/Discovery/ViewsHandlerDiscovery.php +++ b/core/modules/views/lib/Drupal/views/Plugin/Discovery/ViewsHandlerDiscovery.php @@ -34,7 +34,7 @@ class ViewsHandlerDiscovery extends AnnotatedClassDiscovery { function __construct($type, array $root_namespaces = array()) { $this->type = $type; $annotation_namespaces = array( - 'Drupal\views\Annotation' => DRUPAL_ROOT . '/core/modules/views/lib', + 'Drupal\Component\Annotation' => DRUPAL_ROOT . '/core/lib', ); $plugin_namespaces = array(); foreach ($root_namespaces as $namespace => $dir) {