vendor/doctrine/doctrine-cache-bundle/DoctrineCacheBundle.php line 13

Open in your IDE?
  1. <?php
  2. namespace Doctrine\Bundle\DoctrineCacheBundle;
  3. use Symfony\Component\Console\Application;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. /**
  6.  * Symfony Bundle for Doctrine Cache
  7.  *
  8.  * @author Guilherme Blanco <guilhermeblanco@hotmail.com>
  9.  * @author Fabio B. Silva <fabio.bat.silva@gmail.com>
  10.  */
  11. class DoctrineCacheBundle extends Bundle
  12. {
  13.     /**
  14.      * {@inheritDoc}
  15.      */
  16.     public function registerCommands(Application $application)
  17.     {
  18.     }
  19. }