Corrected bundle class name in install instructions

This commit is contained in:
Joakim Friberg 2014-03-27 16:33:20 +01:00
parent 8c146134da
commit a81a630520

View file

@ -29,7 +29,7 @@ public function registerBundles()
{
$bundles = array(
// ...
new FOS\RestBundle\FOSRestBundle(),
new FOS\ElasticaBundle\FOSElasticaBundle(),
);
}
```