diff --git a/iblock/request.md b/iblock/request.md index 04444b6..e42d00f 100644 --- a/iblock/request.md +++ b/iblock/request.md @@ -1,4 +1,4 @@ -### Получаем POST в формате JSON** +### Получаем POST в формате JSON ```php use Bitrix\Main\Context; $request = Context::getCurrent()->getRequest();