Skip to content

Commit

Permalink
Update RequestHandler.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored Oct 16, 2024
1 parent 81835c4 commit a546fb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Component/RequestHandler.md
Original file line number Diff line number Diff line change
@@ -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];
Expand Down

0 comments on commit a546fb0

Please sign in to comment.