File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,22 @@ services:
4
4
class : Symfony\Component\DependencyInjection\ContainerInterface
5
5
public : true
6
6
synthetic : true
7
- Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Sub\Bar :
8
- class : Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Sub\Bar
7
+ Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Foo :
8
+ class : Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Foo
9
9
public : true
10
10
tags :
11
11
- { name: foo }
12
12
- { name: baz }
13
13
deprecated : ' %service_id%'
14
- lazy : true
15
14
arguments : [1]
16
15
factory : f
17
- Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Foo :
18
- class : Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Foo
16
+ Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Sub\Bar :
17
+ class : Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Sub\Bar
19
18
public : true
20
19
tags :
21
20
- { name: foo }
22
21
- { name: baz }
23
22
deprecated : ' %service_id%'
23
+ lazy : true
24
24
arguments : [1]
25
25
factory : f
You can’t perform that action at this time.
0 commit comments