Commit 0d1d5773 authored by Christian Fritsch's avatar Christian Fritsch Committed by Damien McKenna
Browse files

Issue #3101288 by chr.fritsch: Fix namespace and imports

parent df6aa4d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx
#3074350 by DamienMcKenna: Follow-up to fix some API mismatches.
#3096936 by DamienMcKenna, thejimbirch, rubyji: Add new tag: Zoom domain
  verification.
#3101288 by chr.fritsch: Fix namespace and imports.


Metatag 8.x-1.10, 2019-08-29
+1 −1
Original line number Diff line number Diff line
<?php

namespace Drupal\facebook\Plugin\metatag\Group;
namespace Drupal\metatag_facebook\Plugin\metatag\Group;

use Drupal\metatag\Plugin\metatag\Group\GroupBase;

+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@

namespace Drupal\metatag_mobile\Plugin\metatag\Group;

use Drupal\metatag\Plugin\metatag\Group\GroupBase;

/**
 * The Android mobile group.
 *
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@

namespace Drupal\metatag_mobile\Plugin\metatag\Group;

use Drupal\metatag\Plugin\metatag\Group\GroupBase;

/**
 * The Apple mobile group.
 *
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@

namespace Drupal\metatag_mobile\Plugin\metatag\Group;

use Drupal\metatag\Plugin\metatag\Group\GroupBase;

/**
 * Provides a plugin for the 'Mobile & UI Adjustments' meta tag group.
 *
Loading