<?php declare(strict_types=1); /* * This file is part of dacore bundle for Contao. * * (c) Benjamin Roth * * @license commercial */ namespace vossmedien\DacoreBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; class VossmedienDacoreBundle extends Bundle { public function getPath(): string { return \dirname(__DIR__); } }