Start using Symfony Components

This commit is contained in:
Oliver Davies 2018-01-10 17:39:00 +00:00
parent b61178b9b0
commit bc3dae9c48
9 changed files with 131 additions and 13 deletions

10
config/services.yml Normal file
View file

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