chore: fix some typos in comments

Signed-off-by: goodactive <goodactive@qq.com>
This commit is contained in:
goodactive
2024-04-19 18:00:20 +08:00
parent f405cf2ddf
commit 184e19abbc
3 changed files with 3 additions and 3 deletions

View File

@@ -12924,7 +12924,7 @@ namespace Illuminate\Support\Facades {
$instance->substituteImplicitBindings($route);
}
/**
* Register a callback to to run after implicit bindings are substituted.
* Register a callback to run after implicit bindings are substituted.
*
* @param callable $callback
* @return \Illuminate\Routing\Router