Fixed comments
see https://github.com/Exercise/FOQElasticaBundle/pull/51
This commit is contained in:
parent
19ae10ae27
commit
00aa83df80
5 changed files with 30 additions and 48 deletions
|
|
@ -7,7 +7,7 @@ use Symfony\Component\Config\Definition\Builder\TreeBuilder;
|
|||
|
||||
class Configuration
|
||||
{
|
||||
protected $supportedDrivers = array('orm', 'mongodb', 'propel');
|
||||
private $supportedDrivers = array('orm', 'mongodb', 'propel');
|
||||
|
||||
/**
|
||||
* Generates the configuration tree.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue