mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-11-26 19:21:59 +00:00
Move services.yml
This commit is contained in:
parent
e863de7133
commit
0779825f80
2 changed files with 1 additions and 1 deletions
13
services.yml
Normal file
13
services.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
services:
|
||||
app.cli:
|
||||
class: Symfony\Component\Console\Application
|
||||
autowire: true
|
||||
|
||||
app.builder:
|
||||
class: Opdavies\GmailFilterBuilder\Service\Builder
|
||||
|
||||
app.generate.command:
|
||||
class: Opdavies\GmailFilterBuilder\Console\Command\GenerateCommand
|
||||
autowire: true
|
||||
tags:
|
||||
- { name: ConsoleCommand }
|
||||
Loading…
Add table
Add a link
Reference in a new issue