Skip to content

Instantly share code, notes, and snippets.

@andreia
Created November 28, 2019 02:42
Show Gist options
  • Save andreia/c53aa9d8f9bc251f57f3cfd52c7cda0e to your computer and use it in GitHub Desktop.
Save andreia/c53aa9d8f9bc251f57f3cfd52c7cda0e to your computer and use it in GitHub Desktop.
# config/services.yaml
services:
_instanceof:
App\Foo\Rule\RuleInterface:
tags: ['app.foo.rule']
_defaults:
bind:
iterable $rules: !tagged_iterator app.foo.rule
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment