Hi. I just upgraded my Codeigniter 4 using composer (as I always do) from version 4.5.7 to 4.6.0 and I get the following error when I try to run my application:
Undefined constant Kint\Renderer\AbstractRenderer::SORT_FULL
This has never happened to me before.
The file and line referenced is APPPATH/Config/Kint.php at line 44.
Any light anyone can shed on this?
Thanks in advance