diff --git a/core/modules/search/lib/Drupal/search/Plugin/Derivative/SearchLocalTask.php b/core/modules/search/lib/Drupal/search/Plugin/Derivative/SearchLocalTask.php index 260b223..d3feeb3 100644 --- a/core/modules/search/lib/Drupal/search/Plugin/Derivative/SearchLocalTask.php +++ b/core/modules/search/lib/Drupal/search/Plugin/Derivative/SearchLocalTask.php @@ -2,10 +2,10 @@ /** * @file - * Contains \Drupal\Derivative\SearchLocalTask. + * Contains \Drupal\search\Plugin\Derivative\SearchLocalTask. */ -namespace Drupal\Derivative; +namespace Drupal\search\Plugin\Derivative; use Drupal\Component\Plugin\Derivative\DerivativeBase; @@ -33,4 +33,4 @@ public function getDerivativeDefinitions(array $base_plugin_definition) { return $this->derivatives; } -} +}