Migrate to shlinkio/shlink-json

This commit is contained in:
Alejandro Celaya
2023-04-18 23:04:58 +02:00
parent c830439085
commit 4ee9c9bbe3
2 changed files with 5 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ use Psr\Http\Server\RequestHandlerInterface;
use Shlinkio\Shlink\Core\Exception\MalformedBodyException;
use function Functional\contains;
use function Shlinkio\Shlink\Common\json_decode;
use function Shlinkio\Shlink\Json\json_decode;
class BodyParserMiddleware implements MiddlewareInterface, RequestMethodInterface
{