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

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