vendor/emanueleminotto/twig-cache-bundle/TwigCacheBundle.php line 10

Open in your IDE?
  1. <?php
  2. namespace EmanueleMinotto\TwigCacheBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * {@inheritdoc}
  6.  */
  7. class TwigCacheBundle extends Bundle
  8. {
  9. }