From 68d687111327c340a313f7f8ed1598138f4f42f8 Mon Sep 17 00:00:00 2001
From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com>
Date: Fri, 8 Aug 2025 00:54:15 +0300
Subject: [PATCH] Update the link of the newly introduced Bind Attribute
---
container.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/container.md b/container.md
index 1a5de39735..d188025df3 100644
--- a/container.md
+++ b/container.md
@@ -272,8 +272,8 @@ public function __construct(
) {}
```
-
-#### Bind Attributes
+
+#### Bind Attribute
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.