vendor/thecadien/sulu-import-export-bundle/SuluImportExportBundle.php line 18

  1. <?php
  2. declare(strict_types=1);
  3. /*
  4.  * This file is part of TheCadien/SuluImportExportBundle.
  5.  *
  6.  * (c) Oliver Kossin
  7.  *
  8.  * This source file is subject to the MIT license that is bundled
  9.  * with this source code in the file LICENSE.
  10.  */
  11. namespace TheCadien\Bundle\SuluImportExportBundle;
  12. use Symfony\Component\HttpKernel\Bundle\Bundle;
  13. class SuluImportExportBundle extends Bundle
  14. {
  15. }