gmail-filter-builder/services.yml

9 lines
196 B
YAML

services:
Symfony\Component\Console\Application:
autowire: true
Opdavies\GmailFilterBuilder\Console\Command\GenerateCommand:
autowire: true
tags:
- { name: ConsoleCommand }