Skip to content

Commit

Permalink
Added service container
Browse files Browse the repository at this point in the history
  • Loading branch information
Viburnum committed Sep 20, 2016
1 parent 5e5eb68 commit b4c57ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ services:
class: '%stinger_soft.doctrine_entity_search.search_service.class%'
arguments:
- '%stinger_soft.doctrine_entity_search.document.class%'
- '%stinger_soft.doctrine_entity_search.field.class%'
- '%stinger_soft.doctrine_entity_search.field.class%'
calls:
- [setContainer, ['@service_container']]
2 changes: 1 addition & 1 deletion StingerSoftDoctrineEntitySearchBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace StingerSoft\DoctrineEntitySearchBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;
use StingerSoft\DoctrineEntitySearchBundle\StingerSoftEntitySearchBundle;
use StingerSoft\EntitySearchBundle\StingerSoftEntitySearchBundle;

/**
*/
Expand Down

0 comments on commit b4c57ed

Please sign in to comment.