Skip to content

Instantly share code, notes, and snippets.

@erop
Created April 27, 2021 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erop/d85dc650dd930ba3a3e8a4a07674cfa8 to your computer and use it in GitHub Desktop.
Save erop/d85dc650dd930ba3a3e8a4a07674cfa8 to your computer and use it in GitHub Desktop.
Setup autoconfiguration for IDocument interface
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