propel-bundle/DependencyInjection/Configuration.php

21 lines
450 B
PHP

<?php
/**
* This file is part of the PropelBundle package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @license MIT License
*/
namespace Propel\PropelBundle\DependencyInjection;
use Propel\Common\Config\PropelConfiguration;
/**
* This class contains the configuration information for the bundle
*/
class Configuration extends PropelConfiguration
{
}