packages/translatable-bundle/AngelGamezTranslatableBundle.php line 12

Open in your IDE?
  1. <?php
  2. /**
  3.  * Created by simpson <simpsonwork@gmail.com>
  4.  * Date: 11.10.2019
  5.  * Time: 23:15
  6.  */
  7. namespace AngelGamez\TranslatableBundle;
  8. use Symfony\Component\HttpKernel\Bundle\Bundle;
  9. class AngelGamezTranslatableBundle extends Bundle
  10. {
  11. }