Skip to content

Commit 861a911

Browse files
Update the link of the newly introduced Bind Attribute (#10707)
1 parent d7c3ce5 commit 861a911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ public function __construct(
278278
) {}
279279
```
280280

281-
<a name="bind-attributes"></a>
282-
#### Bind Attributes
281+
<a name="bind-attribute"></a>
282+
#### Bind Attribute
283283

284284
Laravel also provides a `Bind` attribute for added convenience. You can apply this attribute to any interface to tell Laravel which implementation should be automatically injected whenever that interface is requested. When using the `Bind` attribute, there is no need to perform any additional service registration in your application's service providers.
285285

0 commit comments

Comments
 (0)