Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / SiteValidation.php
diff --git a/web/modules/contrib/metatag/src/Plugin/metatag/Group/SiteValidation.php b/web/modules/contrib/metatag/src/Plugin/metatag/Group/SiteValidation.php
deleted file mode 100644 (file)
index 9f57208..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-namespace Drupal\metatag\Plugin\metatag\Group;
-
-/**
- * The Site Validation group.
- *
- * @MetatagGroup(
- *   id = "site_validation",
- *   label = @Translation("Site Validation"),
- *   description = @Translation("These meta tags are used to confirm site ownership with search engines and other services."),
- *   weight = 10
- * )
- */
-class SiteValidation extends GroupBase {
-  // Inherits everything from Base.
-}