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