src/Mm/Escmid/ResearchGrantBundle/ResearchGrantBundle.php line 8

Open in your IDE?
  1. <?php
  2. namespace Mm\Escmid\ResearchGrantBundle;
  3. use Symfony\Component\DependencyInjection\ContainerInterface;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. class ResearchGrantBundle extends Bundle
  6. {
  7. public function setContainer(?ContainerInterface $container = null): void
  8. {
  9. // TODO: Implement setContainer() method.
  10. }
  11. }