From dbc9d9e49378426f26aa86d28ec4dc2b4e7dddac Mon Sep 17 00:00:00 2001 From: Sasha Rybkin Date: Wed, 30 Jul 2025 14:06:42 +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 58643bf..b16b064 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "autoload": { "psr-4": { - "dominion\\laravel-redis-sentinel\\": "src" + "dominion\\Redis\\Sentinel\\": "src" } }, "extra": {