src/Hitso/Bundle/FormBundle/HitsoFormBundle.php line 14

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /**
  4.  * @author Maciej Kaczmarek <maciej.kaczmarek@autentika.pl>
  5.  */
  6. namespace Hitso\Bundle\FormBundle;
  7. use Symfony\Component\HttpKernel\Bundle\Bundle;
  8. /**
  9.  * @codeCoverageIgnore
  10.  */
  11. class HitsoFormBundle extends Bundle
  12. {
  13. }