Formatting
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
|||||||
pcm_search.command.index:
|
pcm_search.command.index:
|
||||||
class: Pcm\SearchBundle\Command\SearchIndexCommand
|
class: Pcm\SearchBundle\Command\SearchIndexCommand
|
||||||
tags:
|
tags:
|
||||||
- { name: 'console.command', command: 'pcm:search:reindex' }
|
- { name: "console.command", command: "pcm:search:reindex" }
|
||||||
|
|
||||||
Pcm\SearchBundle\EventSubscriber\SearchableSubscriber: ~
|
Pcm\SearchBundle\EventSubscriber\SearchableSubscriber: ~
|
||||||
|
|
||||||
@@ -18,4 +18,4 @@ services:
|
|||||||
|
|
||||||
Pcm\SearchBundle\Repository\SearchIndexRepository:
|
Pcm\SearchBundle\Repository\SearchIndexRepository:
|
||||||
autowire: true
|
autowire: true
|
||||||
tags: ['doctrine.repository_service']
|
tags: ["doctrine.repository_service"]
|
||||||
|
|||||||
Reference in New Issue
Block a user