vendor/best-it/redis-bundle/src/BestItRedisBundle.php line 15

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace BestIt\Redis;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. /**
  6. * Bundle entrypoint
  7. *
  8. * @author Michel Chowanski <michel.chowanski@bestit-online.de>
  9. * @package BestIt\Redis
  10. */
  11. class BestItRedisBundle extends Bundle
  12. {
  13. }