Commit cecbc9b0 authored by Stef De Waele's avatar Stef De Waele Committed by Andreas De Rijcke
Browse files

Issue #3323727 by Stefdewa: Interface renamed but not changed everywhere

parent d79df099
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ namespace Drupal\consent_support\Processor;
use Drupal\Component\Utility\Html;
use Drupal\consent_support\Entity\ConfigInterface;
use Drupal\consent_support\NoConsentMessageInterface;
use Drupal\cookiepro_plus\CookieProConfigKeysInterface;
use Drupal\cookiepro_plus\CookieProConstantsInterface;
use Drupal\cookiepro_plus\CookieProInterface;
use Drupal\Core\Cache\Cache;
use Drupal\Core\Entity\EntityTypeManagerInterface;
@@ -18,7 +18,7 @@ use Psr\Log\LoggerInterface;
 *
 * Default implementation of ProcessorInterface.
 */
class Processor implements ProcessorInterface, CookieProConfigKeysInterface {
class Processor implements ProcessorInterface, CookieProConstantsInterface {

  /**
   * The CookiePro service.