<?php
namespace App\StartPlatz\Bundle\PartnersBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class StartPlatzPartnersBundle extends Bundle
{
public function getPath(): string
return \dirname(__FILE__);
}