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