vendor/contao-community-alliance/events-contao-bindings/src/CcaEventsContaoBindingsBundle.php line 28

Open in your IDE?
  1. <?php
  2. /**
  3.  * This file is part of contao-community-alliance/events-contao-bindings
  4.  *
  5.  * (c) 2014-2018 The Contao Community Alliance
  6.  *
  7.  * For the full copyright and license information, please view the LICENSE
  8.  * file that was distributed with this source code.
  9.  *
  10.  * This project is provided in good faith and hope to be usable by anyone.
  11.  *
  12.  * @package    ContaoCommunityAlliance\Contao\Bindings
  13.  * @subpackage System
  14.  * @author     Sven Baumann <baumann.sv@gmail.com>
  15.  * @copyright  2018 The Contao Community Alliance.
  16.  * @license    https://github.com/contao-community-alliance/events-contao-bindings/blob/master/LICENSE LGPL-3.0
  17.  * @filesource
  18.  */
  19. namespace ContaoCommunityAlliance\Contao\Bindings;
  20. use Symfony\Component\HttpKernel\Bundle\Bundle;
  21. /**
  22.  * This is the bundle for binding contao events.
  23.  */
  24. class CcaEventsContaoBindingsBundle extends Bundle
  25. {
  26. }