diff --git a/module/oc_telegram_shop/upload/oc_telegram_shop/framework/Http/Request.php b/module/oc_telegram_shop/upload/oc_telegram_shop/framework/Http/Request.php index f4cf60b..126f952 100755 --- a/module/oc_telegram_shop/upload/oc_telegram_shop/framework/Http/Request.php +++ b/module/oc_telegram_shop/upload/oc_telegram_shop/framework/Http/Request.php @@ -8,7 +8,6 @@ use Symfony\Component\HttpFoundation\Request as SymfonyRequest; final class Request extends SymfonyRequest { - public function json(string $key = null, $default = null) { $content = $this->getContent();