gmail-filter-builder/services.yml

9 lines
196 B
YAML
Raw Normal View History

2018-01-10 17:39:00 +00:00
services:
2019-04-18 20:27:51 +00:00
Symfony\Component\Console\Application:
2018-01-10 17:39:00 +00:00
autowire: true
2019-04-18 20:27:51 +00:00
Opdavies\GmailFilterBuilder\Console\Command\GenerateCommand:
2018-01-10 17:39:00 +00:00
autowire: true
tags:
- { name: ConsoleCommand }