<?php

declare(strict_types=1);

/*
 * This file is part of alox bundle for Contao.
 *
 * (c) Benjamin Roth
 *
 * @license commercial
 */

namespace vossmedien\AloxBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

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