Skip to content

Instantly share code, notes, and snippets.

@timkelty
Created March 10, 2021 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timkelty/c81af0ccf5d7a9b6ad4fcc039a48699c to your computer and use it in GitHub Desktop.
Save timkelty/c81af0ccf5d7a9b6ad4fcc039a48699c to your computer and use it in GitHub Desktop.
$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