src/rwd/ExtContentBundle/src/ExtContentBundle.php line 13

Open in your IDE?
  1. <?php
  2. namespace Rwd\ExtContentBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * Configures the Contao news advanced bundle.
  6.  *
  7.  * @author Christian Romeni
  8.  */
  9. class ExtContentBundle extends Bundle
  10. {
  11. }