ezralazuardy / heimdall

Painless OAuth 2.0 Server for CodeIgniter 4 🔥
https://heimdall.lazuardy.tech
MIT License
40 stars 10 forks source link

Update HeimdallRequest.php for Codeigniter 4.5 #25

Closed kaivanriz closed 1 month ago

kaivanriz commented 2 months ago

Cannot access protected property CodeIgniter\HTTP\IncomingRequest::$uri since CI 4.5

changed $request->uri to $request->getUri()

codeclimate[bot] commented 2 months ago

Code Climate has analyzed commit 08b06374 and detected 0 issues on this pull request.

View more on Code Climate.