Skip to content

Commit 0319887

Browse files
Merge pull request laravel#1300 from JayBizzle/patch-2
Another missing </a>
2 parents 322d4a4 + 4140d75 commit 0319887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Middleware is applied to all routes within the group by defining the list of mid
243243

244244
});
245245

246-
<a name="route-group-namespace">
246+
<a name="route-group-namespace"></a>
247247
### Namespaces
248248

249249
You may use the `namespace` parameter in your group attribute array to specify the namespace for all controllers within the group:

0 commit comments

Comments
 (0)