<?php declare(strict_types=1);/** * valantic CEC Deutschland GmbH * Copyright (c) 2022. * * All rights reserved. * * @see https://www.valantic.com/ * * @author John * @author Eugen Zaharia * * Date: 7/4/2022 3:07 PM */namespace Valantic\Redis;use Shopware\Core\Framework\Plugin;class ValRedis extends Plugin{}