From 6a14527d1f281208bcba9de829f83d48c45f856d Mon Sep 17 00:00:00 2001 From: Vadym Hrechukha Date: Wed, 1 Jan 2025 20:16:07 +0200 Subject: [PATCH] HP-1751 Create configurations for billing types --- config/web.php | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/config/web.php b/config/web.php index fd950c20..e7835304 100644 --- a/config/web.php +++ b/config/web.php @@ -50,25 +50,6 @@ function (\hiqdev\yii2\language\events\LanguageWasChanged $event) { ], 'container' => [ 'definitions' => [ - \hipanel\modules\finance\helpers\ConsumptionConfigurator::class => [ - 'class' => \hipanel\modules\finance\helpers\ConsumptionConfigurator::class, - 'configurations' => [ - 'client' => [ - 'label' => ['hipanel:finance', 'Client resources'], - 'columns' => [ - 'referral', - 'support_time', - 'cloud_ip_anycast', - 'cloud_ip_public', - 'cloud_ip_anycast_max', - 'cloud_ip_public_max', - ], - 'groups' => [], - 'model' => Client::class, - 'resourceModel' => ClientResource::class, - ], - ] - ], \hipanel\modules\dashboard\menus\DashboardMenu::class => [ 'add' => [ 'client' => [