3
0

Formatting

This commit is contained in:
brabli
2026-05-07 16:09:58 +01:00
parent efc9b17136
commit 0872868798
+2 -2
View File
@@ -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"]