<?php

declare(strict_types=1);

/*
 * Root Protection Bundle for Contao Open Source CMS.
 *
 * @copyright  Copyright (c) 2020, terminal42 gmbh
 * @author     terminal42 <https://terminal42.ch>
 * @license    MIT
 * @link       http://github.com/terminal42/contao-root-protection
 */

namespace vonRotenberg\ScrollanimationBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

final class vonRotenbergScrollanimationBundle extends Bundle
{
}