<?php

declare(strict_types=1);

/*
 * This file is part of HTMX bundle for Contao.
 *
 * (c) Benjamin Roth
 *
 * @license LGPL-3.0-or-later
 */

namespace vonRotenberg\HtmxBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class VonrotenbergHtmxBundle extends Bundle
{
    public function getPath(): string
    {
        return \dirname(__DIR__);
    }
}