vendor/markenzoo/contao-file-helper-bundle/src/ContaoFileHelperBundle.php line 20

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4.  * This file is part of markenzoo/contao-file-helper-bundle.
  5.  *
  6.  * Copyright (c) 2021 markenzoo eG
  7.  *
  8.  * @package   markenzoo/contao-file-helper-bundle
  9.  * @author    Felix Kästner <kaestner@markenzoo.de>
  10.  * @copyright 2021 markenzoo eG
  11.  * @license   https://github.com/markenzoo/contao-file-helper-bundle/blob/master/LICENSE MIT License
  12.  */
  13. namespace Markenzoo\ContaoFileHelperBundle;
  14. use Symfony\Component\HttpKernel\Bundle\Bundle;
  15. class ContaoFileHelperBundle extends Bundle
  16. {
  17. }