Created
April 27, 2021 19:24
-
-
Save erop/d85dc650dd930ba3a3e8a4a07674cfa8 to your computer and use it in GitHub Desktop.
Setup autoconfiguration for IDocument interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
#... | |
_instanceof: | |
App\DocumentType\IDocument: | |
tags: ['app.idocument'] | |
#... | |
App\Service\DocumentSchemaService: | |
arguments: | |
- !tagged_iterator app.idocument |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment