mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-05 05:05:32 +01:00
Start using Symfony Components
This commit is contained in:
parent
b61178b9b0
commit
bc3dae9c48
9 changed files with 131 additions and 13 deletions
10
config/services.yml
Normal file
10
config/services.yml
Normal 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 }
|
Loading…
Add table
Add a link
Reference in a new issue