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