?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/doctrine/doctrine-cache-bundle/



?? Go up: /home/webdevt/prestashop17/vendor/doctrine

?? Viewing: DoctrineCacheBundle.php

<?php
namespace Doctrine\Bundle\DoctrineCacheBundle;

use Symfony\Component\Console\Application;
use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
 * Symfony Bundle for Doctrine Cache
 *
 * @author Guilherme Blanco <guilhermeblanco@hotmail.com>
 * @author Fabio B. Silva <fabio.bat.silva@gmail.com>
 */
class DoctrineCacheBundle extends Bundle
{
    /**
     * {@inheritDoc}
     */
    public function registerCommands(Application $application)
    {
    }
}


??

??