vendor/valantic/redis/src/ValRedis.php line 20

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. /**
  3.  * valantic CEC Deutschland GmbH
  4.  * Copyright (c) 2022.
  5.  *
  6.  * All rights reserved.
  7.  *
  8.  * @see    https://www.valantic.com/
  9.  *
  10.  * @author John
  11.  * @author Eugen Zaharia
  12.  *
  13.  * Date: 7/4/2022 3:07 PM
  14.  */
  15. namespace Valantic\Redis;
  16. use Shopware\Core\Framework\Plugin;
  17. class ValRedis extends Plugin
  18. {
  19. }