We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afd8c0 commit 553ded7Copy full SHA for 553ded7
Tests/Fixtures/config/defaults.php
@@ -15,7 +15,7 @@
15
->tag('t', ['a' => 'b'])
16
->bind(Foo::class, service('bar'))
17
->bind('iterable $foo', tagged_iterator('foo'))
18
- ->bind('object $baz', inline('Baz'))
+ ->bind('object $baz', inline_service('Baz'))
19
->public();
20
21
$s->set(Foo::class)->args([service('bar')])->public();
0 commit comments