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