Skip to content

Commit 7471c13

Browse files
CedCannesmerk
authored andcommitted
Update manual-provider.md
Typo in class path
1 parent 401446e commit 7471c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/cookbook/manual-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ index and type for which the service will provide.
88
# app/config/config.yml
99
services:
1010
acme.search_provider.user:
11-
class: Acme\UserBundle\Search\UserProvider
11+
class: Acme\UserBundle\Provider\UserProvider
1212
arguments:
1313
- @fos_elastica.index.website.user
1414
tags:

0 commit comments

Comments
 (0)