Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 1, 2023
1 parent dd4d6da commit c69b09d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/dev/services.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
imports:
- { resource: '../prod/services.yml' }

services:
Symfony\Component\Console\Output\BufferedOutput: ~
Symfony\Component\Console\Output\OutputInterface:
alias: Symfony\Component\Console\Output\BufferedOutput
public: true
Symfony\Component\Console\Input\ArrayInput: ~
Symfony\Component\Console\Input\InputInterface:
alias: Symfony\Component\Console\Input\ArrayInput
public: true

0 comments on commit c69b09d

Please sign in to comment.