10 lines
No EOL
175 B
PHP
10 lines
No EOL
175 B
PHP
<?php
|
|
|
|
use FOS\ElasticaBundle\FOSElasticaBundle;
|
|
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
|
|
|
|
return array(
|
|
new FrameworkBundle(),
|
|
new FOSElasticaBundle(),
|
|
|
|
); |