gmail-filter-builder/config/services.yml
2018-01-10 23:59:58 +00:00

11 lines
248 B
YAML

services:
app.cli:
class: Symfony\Component\Console\Application
autowire: true
app.generator.command:
class: Opdavies\GmailFilterBuilder\Console\Command\GenerateCommand
autowire: true
tags:
- { name: ConsoleCommand }