vendor/madeyourday/contao-rocksolid-custom-elements/src/RockSolidCustomElementsBundle.php line 18

Open in your IDE?
  1. <?php
  2. /*
  3.  * Copyright MADE/YOUR/DAY OG <mail@madeyourday.net>
  4.  *
  5.  * For the full copyright and license information, please view the LICENSE
  6.  * file that was distributed with this source code.
  7.  */
  8. namespace MadeYourDay\RockSolidCustomElements;
  9. use Symfony\Component\HttpKernel\Bundle\Bundle;
  10. /**
  11.  * Configures the RockSolid Custom Elements bundle.
  12.  *
  13.  * @author Martin Auswöger <martin@madeyourday.net>
  14.  */
  15. class RockSolidCustomElementsBundle extends Bundle
  16. {
  17. }