GearmanBundle.php 201 B

1234567891011121314
  1. <?php
  2. namespace Mmoreram\GearmanBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5. * Gearman Bundle
  6. *
  7. * @author Marc Morera <yuhu@mmoreram.com>
  8. */
  9. class GearmanBundle extends Bundle
  10. {
  11. }