From 3421b02c8bec2852312422653b9147c8e58cc540 Mon Sep 17 00:00:00 2001 From: Sasha Rybkin Date: Wed, 30 Jul 2025 14:11:00 +0300 Subject: [PATCH] =?UTF-8?q?#113071=20=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0?= =?UTF-8?q?=20predis=20=D0=B4=D0=BB=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D1=8B=20=D1=81=20sentinel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b16b064..8ea0750 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "autoload": { "psr-4": { - "dominion\\Redis\\Sentinel\\": "src" + "Dominion\\Redis\\Sentinel\\": "src" } }, "extra": {