Skip to content

Commit 49c144a

Browse files
authored
Remove warning (#10476)
1 parent 413b069 commit 49c144a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

routing.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,6 @@ Route::domain('{account}.example.com')->group(function () {
544544
});
545545
```
546546

547-
> [!WARNING]
548-
> In order to ensure your subdomain routes are reachable, you should register subdomain routes before registering root domain routes. This will prevent root domain routes from overwriting subdomain routes which have the same URI path.
549-
550547
<a name="route-group-prefixes"></a>
551548
### Route Prefixes
552549

0 commit comments

Comments
 (0)