lib/netgen/layouts-standard/bundle/NetgenLayoutsStandardBundle.php line 9

  1. <?php
  2. declare(strict_types=1);
  3. namespace Netgen\Bundle\LayoutsStandardBundle;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. final class NetgenLayoutsStandardBundle extends Bundle
  6. {
  7. }