Fix namespace for DefaultDisplayExtender.
parent
625cb74aa5
commit
ff14eb54bd
|
@ -1,6 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Drupal\views\Plugin\views\display_extender\DefaultDisplayExtender;
|
/**
|
||||||
|
* Definition of Drupal\views\Plugin\views\display_extender\DefaultDisplayExtender.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Drupal\views\Plugin\views\display_extender;
|
||||||
|
|
||||||
use Drupal\Core\Annotation\Plugin;
|
use Drupal\Core\Annotation\Plugin;
|
||||||
use Drupal\Core\Annotation\Translation;
|
use Drupal\Core\Annotation\Translation;
|
||||||
|
|
Loading…
Reference in New Issue