Update manual-provider.md

Typo in class path
This commit is contained in:
CedCannes 2015-01-19 23:55:52 +01:00 committed by Tim Nagel
commit 7471c13d75

View file

@ -8,7 +8,7 @@ index and type for which the service will provide.
# app/config/config.yml
services:
acme.search_provider.user:
class: Acme\UserBundle\Search\UserProvider
class: Acme\UserBundle\Provider\UserProvider
arguments:
- @fos_elastica.index.website.user
tags: