vendor/elao/form-translation-bundle/ElaoFormTranslationBundle.php line 18

Open in your IDE?
  1. <?php
  2. /*
  3.  * This file is part of the ElaoFormTranslation bundle.
  4.  *
  5.  * Copyright (C) Elao
  6.  *
  7.  * @author Elao <contact@elao.com>
  8.  */
  9. namespace Elao\Bundle\FormTranslationBundle;
  10. use Symfony\Component\HttpKernel\Bundle\Bundle;
  11. /**
  12.  * Elao From Translation Bundle
  13.  */
  14. class ElaoFormTranslationBundle extends Bundle
  15. {
  16. }