<?php

/*
* This file is part of eSales Media cookieconsent module
*
* (c) Benjamin Roth
*
* @license https://www.gnu.org/licenses/gpl-3.0.html GPL
*/

namespace EsalesMedia\Cookieconsent\EventListener;

class TemplateListener
{
  public function onOutputFrontendTemplate($strBuffer)
  {
    return $strBuffer;
  }
}