<?php
declare(strict_types=1);
namespace Netgen\Bundle\LayoutsStandardBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
final class NetgenLayoutsStandardBundle extends Bundle {}