Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeIgniter.php sets the request method on `request` or `clirequest` service, so RouteCollection needs to check the proper service to get the correct HTTPVerb to account for CLI, spoofing, and standard scenarios. See codeigniter4#2021