ivantcholakov / starter-public-edition-5

A PHP application starter, based on CodeIgniter 4
MIT License
5 stars 2 forks source link

Response::setCookie $samesite is missing #8

Open hai05 opened 3 years ago

hai05 commented 3 years ago

On line 838 variable $samesite = null is missing to be compatible with ResponseInterface::setCookie

File platform\common\System\HTTP\Response.php