Service definition fix.

This commit is contained in:
Alexey Skobkin 2015-05-28 23:07:48 +03:00
parent 07373e49c2
commit 976c435ae1
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ services:
- { name: guzzle.client }
skobkin_point_tools.api_user:
class: Skobkin\Bundle\PointToolsBundle\UserApi
class: Skobkin\Bundle\PointToolsBundle\Service\UserApi
arguments: [ @skobkin_point_tools.http_client ]