myLogger = \Config\Services::mylogger(); $this->clientModel = new ClientModel(); $this->clientPolicyModel = new ClientPolicyModel(); $this->insurerModel = new InsurerModel(); $this->insurerBranchModel = new InsurerBranchModel(); $this->policyTransactionModel = new PolicyTransactionModel(); $this->PTCOShareDetailsModel = new PTCOShareDetailsModel(); $this->coShareStmtDetailsModel = new COShareStmtDetailsModel(); } public function index() { // } // ----------------------------------------------------------------------------------------- }