mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: update comment
This commit is contained in:
parent
2822a186f6
commit
f664e0a67f
@ -638,7 +638,7 @@ class Router implements RouterInterface
|
||||
*/
|
||||
protected function setRequest(array $segments = [])
|
||||
{
|
||||
// If we don't have any segments - try the default controller;
|
||||
// If we don't have any segments - use the default controller;
|
||||
if (empty($segments)) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user