Created
March 10, 2021 12:48
-
-
Save timkelty/c81af0ccf5d7a9b6ad4fcc039a48699c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $filteredBody = array_filter(Craft::$app->getRequest()->getBodyParams()); | |
| Craft::$app->getRequest()->setBodyParams($filteredBody); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment