vendor/logist/redis-bundle/src/LogistRedisBundle/LogistRedisBundle.php line 19

Open in your IDE?
  1. <?php
  2. /*
  3.  *  This file is part of the logist\redis-bundle package.
  4.  *
  5.  *  Copyright 2022 logist.cloud <support@logist.cloud>
  6.  */
  7. namespace LogistRedisBundle;
  8. use Symfony\Component\HttpKernel\Bundle\Bundle;
  9. /**
  10.  * LogistRedisBundle
  11.  * 
  12.  * @author Grigoriy Kulin <yarboroda@gmail.com>
  13.  */
  14. class LogistRedisBundle extends Bundle
  15. {
  16.     
  17. }