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 1ea26b8 commit 62bd419Copy full SHA for 62bd419
docs/extend/service-provider.md
@@ -38,7 +38,7 @@ class CustomServiceProvider extends AbstractServiceProvider
38
// custom logic here, for example:
39
$this->container->resolving(SomeClass::class, function ($container) {
40
return new SomeClass($container->make('some.binding'));
41
- })
+ });
42
}
43
44
public function boot(Container $container)
0 commit comments