From 72eb876f26143e9ecd228d29e0e9b2ca0e7f54e0 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 9 Nov 2024 06:11:39 -0500 Subject: [PATCH] show_extra_wallet --- www-api/app/Controllers/BaseController.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www-api/app/Controllers/BaseController.php b/www-api/app/Controllers/BaseController.php index 9d404dd6..216d60b3 100644 --- a/www-api/app/Controllers/BaseController.php +++ b/www-api/app/Controllers/BaseController.php @@ -50,6 +50,8 @@ abstract class BaseController extends Controller public $micro_service_net1; public $user_server_name =''; public $allSettings = []; + + public $show_extra_wallet = 0; /** * Constructor. */ @@ -68,6 +70,7 @@ abstract class BaseController extends Controller $this->server_tag = $this->getSiteConfigurations("system.server_tag"); $this->micro_service_net1 = $this->getSiteConfigurations("system.micro_service_net1"); //"10.10.1 $this->user_server_name = $this->getSiteConfigurations("system.server_name"); // 'https://dev-users.wrenchboard.com'; + $this->show_extra_wallet = $this->getSiteConfigurations("system.show_extra_wallet"); $this->getSettings(''); // help create all settings data // $appConfig = config('Cache');