-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
type:featureNew featureNew feature
Description
Container:
'connection' => [ ... ],
'connection2' => [ ... ],bindings.php:
'ConnectionInterface' => [
// When namespace starts with `App\Secondary`, pass `connection2` for `ConnectionInterface`.
[
'namespace' => 'App\Secondary',
'definition' => Reference::to('connection2'),
],
// When parameter name is `secondaryConnection`, pass `connection2` for `ConnectionInterface`.
[
'parameterName' => 'secondaryConnection',
'definition' => Reference::to('connection2'),
],
],Metadata
Metadata
Assignees
Labels
type:featureNew featureNew feature