Merge pull request #521 from morticue/master

Corrected bundle class name in install instructions
This commit is contained in:
Tim Nagel 2014-03-28 08:52:27 +11:00
commit 40e79b2abe

View file

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