src/Platform/QueueBundle/PlatformQueueBundle.php line 11

Open in your IDE?
  1. <?php
  2. namespace Platform\QueueBundle;
  3. use Common\CommonBundle;
  4. /**
  5.  * Class PlatformQueueBundle
  6.  * @package Platform\QueueBundle
  7.  */
  8. final class PlatformQueueBundle extends CommonBundle
  9. {
  10. }