X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffield%2Fsrc%2FFieldUninstallValidator.php;h=62daf4525a67085164123312835e9b94ec1f2057;hp=6ee521e002673608e750c370688992c16d73f020;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c 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. *