Merge branch 'release/0.0.15'
This commit is contained in:
@@ -3,6 +3,11 @@ services:
|
|||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
|
|
||||||
|
pcm_search.command.index:
|
||||||
|
class: Pcm\SearchBundle\Command\SearchIndexCommand
|
||||||
|
tags:
|
||||||
|
- { name: 'console.command', command: 'pcm:search:reindex' }
|
||||||
|
|
||||||
pcm_search.searchable_subscriber:
|
pcm_search.searchable_subscriber:
|
||||||
class: Pcm\SearchBundle\EventSubscriber\SearchableSubscriber
|
class: Pcm\SearchBundle\EventSubscriber\SearchableSubscriber
|
||||||
public: true
|
public: true
|
||||||
|
|||||||
Reference in New Issue
Block a user