Fix hooks issues
This commit is contained in:
@@ -43,6 +43,7 @@ abstract class BaseController extends Controller
|
||||
public $primary_image_sever='';
|
||||
public $server_tag='';
|
||||
public $wrenchboard=null;
|
||||
public $micro_service_net1;
|
||||
/**
|
||||
* Constructor.
|
||||
*/
|
||||
@@ -59,6 +60,7 @@ abstract class BaseController extends Controller
|
||||
$this->current_env = $this->getSiteConfigurations("system.live");
|
||||
$this->primary_image_sever = $this->getSiteConfigurations("system.primary_image_sever");
|
||||
$this->server_tag = $this->getSiteConfigurations("system.server_tag");
|
||||
$this->micro_service_net1 = $this->getSiteConfigurations("system.micro_service_net1"); //"10.10.1
|
||||
//$this->cache_server = $this->getSiteConfigurations("system.cache_host");
|
||||
|
||||
// $redis = [
|
||||
|
||||
Reference in New Issue
Block a user