X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffield%2Fsrc%2FFieldUninstallValidator.php;h=62daf4525a67085164123312835e9b94ec1f2057;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=6ee521e002673608e750c370688992c16d73f020;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/field/src/FieldUninstallValidator.php b/web/core/modules/field/src/FieldUninstallValidator.php index 6ee521e00..62daf4525 100644 --- a/web/core/modules/field/src/FieldUninstallValidator.php +++ b/web/core/modules/field/src/FieldUninstallValidator.php @@ -85,7 +85,6 @@ class FieldUninstallValidator implements ModuleUninstallValidatorInterface { return $this->fieldStorageConfigStorage->loadByProperties(['module' => $module, 'include_deleted' => TRUE]); } - /** * Returns the label for a specified field type. *