Erkin Sergey
Erkin Sergey
Try ``` \Flight::map('json', function ($data, $code = 200, $encode = true, $charset = 'utf-8') { // your code here }); ```
I confirm there is such a problem
I encountered a similar problem while updating the library. Suddenly, my code began to throw an error that the date field is a string and not a DateTime object. I...
Maybe this information will be useful to someone.