From 4422a3788d35a38e37dcdf46481c2a4d41753501 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Sun, 7 Sep 2025 16:22:52 +0530 Subject: [PATCH] chore: remove avatars command from cli --- app/config/platforms.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/platforms.php b/app/config/platforms.php index beed6c0b54..879a675931 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -245,6 +245,7 @@ return [ 'exclude' => [ 'services' => [ ['name' => 'assistant'], + ['name' => 'avatars'], ], ], ],