<?php declare(strict_types=1);
namespace App\StartPlatz\Bundle\LogBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class StartPlatzLogBundle extends Bundle
{
}