Skip to content

Commit

Permalink
style(Request): improve code organization and readability
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s committed Oct 23, 2024
1 parent a2a35c5 commit d650b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Support/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@

class Request extends \Hyperf\HttpServer\Request implements RequestInterface
{
use ClientIpRequestTrait,ClientOsTrait;
use ClientIpRequestTrait;
use ClientOsTrait;
}

0 comments on commit d650b74

Please sign in to comment.