<?php declare(strict_types=1); /* * This file is part of vonRotenberg WMFGO Cevisio Bundle. * * (c) vonRotenberg * * @license proprietary */ namespace vonRotenberg\AldegottSwNlBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; class VonrotenbergAldegottSwNlBundle extends Bundle { public function getPath(): string { return \dirname(__DIR__); } }