* @author Daniele Sciannimanica * @author Fabian Ekert * @copyright Oveleon */ namespace Oveleon\ContaoMemberExtensionBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; class ContaoMemberExtensionBundle extends Bundle { public function getPath(): string { return \dirname(__DIR__); } }