From 51866924339b96b5f718c29a0120183332bf5926 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Mon, 16 May 2022 17:55:38 +0300 Subject: [PATCH] Fixing msgpack custom --- composer.json | 2 +- msgpack_custom.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ac219ee..8c4507d 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,6 @@ "php": ">=7.4" }, "autoload": { - "classmap": ["config.inc.php"] + "classmap": ["config.inc.php", "msgpack_custom.inc.php"] } } diff --git a/msgpack_custom.inc.php b/msgpack_custom.inc.php index b8c6833..90da05a 100644 --- a/msgpack_custom.inc.php +++ b/msgpack_custom.inc.php @@ -1,10 +1,10 @@