vendor/locastic/api-platform-translation-bundle/src/ApiPlatformTranslationBundle.php line 10

Open in your IDE?
  1. <?php
  2. namespace Locastic\ApiPlatformTranslationBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * @package Locastic\ApiPlatformTranslationBundle
  6.  */
  7. class ApiPlatformTranslationBundle extends Bundle
  8. {
  9. }