show_extra_wallet

This commit is contained in:
CHIEFSOFT\ameye
2024-11-09 06:11:39 -05:00
parent 6223e0d22e
commit 72eb876f26
@@ -50,6 +50,8 @@ abstract class BaseController extends Controller
public $micro_service_net1; public $micro_service_net1;
public $user_server_name =''; public $user_server_name ='';
public $allSettings = []; public $allSettings = [];
public $show_extra_wallet = 0;
/** /**
* Constructor. * Constructor.
*/ */
@@ -68,6 +70,7 @@ abstract class BaseController extends Controller
$this->server_tag = $this->getSiteConfigurations("system.server_tag"); $this->server_tag = $this->getSiteConfigurations("system.server_tag");
$this->micro_service_net1 = $this->getSiteConfigurations("system.micro_service_net1"); //"10.10.1 $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->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 $this->getSettings(''); // help create all settings data
// $appConfig = config('Cache'); // $appConfig = config('Cache');