core/modules/editor/editor.admin.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/editor/editor.admin.inc b/core/modules/editor/editor.admin.inc index 9a6d15a..5af5ac0 100644 --- a/core/modules/editor/editor.admin.inc +++ b/core/modules/editor/editor.admin.inc @@ -5,7 +5,7 @@ * Administration functions for editor.module. */ -use Drupal\editor\Plugin\Core\Entity\Editor; +use Drupal\editor\Entity\Editor; /** * Subform constructor to configure the text editor's image upload settings. @@ -15,7 +15,7 @@ * the text editor's configuration so that EditorImageDialog knows whether it * should allow the user to upload images. * - * @param \Drupal\editor\Plugin\Core\Entity\Editor $editor + * @param \Drupal\editor\Entity\Editor $editor * The text editor entity that is being edited. * * @return array