vendor/agoat/contao-matomo/src/AgoatMatomoBundle.php line 20

Open in your IDE?
  1. <?php
  2. /*
  3.  * Matomo analytics plugin for Contao Open Source CMS.
  4.  *
  5.  * @copyright  Arne Stappen (alias aGoat) 2017
  6.  * @package    contao-matomo-bundle
  7.  * @author     Arne Stappen <mehh@agoat.xyz>
  8.  * @link       https://agoat.xyz
  9.  * @license    LGPL-3.0
  10.  */
  11.  
  12. namespace Agoat\MatomoBundle;
  13. use Symfony\Component\HttpKernel\Bundle\Bundle;
  14. /**
  15.  * Configures the piwik analytics bundle.
  16.  */
  17. class AgoatMatomoBundle extends Bundle
  18. {
  19. }