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