From a546fb09f079f2111ea4bae24088b628d0e74736 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Wed, 16 Oct 2024 15:32:54 +0200 Subject: [PATCH] Update RequestHandler.md --- docs/Component/RequestHandler.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Component/RequestHandler.md b/docs/Component/RequestHandler.md index d072f93..8a0bb87 100644 --- a/docs/Component/RequestHandler.md +++ b/docs/Component/RequestHandler.md @@ -1,5 +1,7 @@ # RequestHandler component +This component was dropped in v5. If you come from v4 and upgrade your app, this can be a 1:1 replacement to allow using the same code as before until further refactoring is possible. + Load e.g. using ```php $options = ['viewClassMap' => ['rss' => 'Feed.Rss'], 'enableBeforeRedirect' => false];