mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
runInternal has been removed because we do not want to blanket our response logic over every single response, only the happy path. This is because it is impossible to remove. So it is better to take the inverted approach, where if you want the CMS' headers in your custom response, add them yourself. This becomes easy via the new makeResponse() method