Application/Reporting/Standard/Company/Service.php
Method createGroupList
has 71 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createGroupList(TblGroup $tblGroup)
{
$tblCompanyList = Group::useService()->getCompanyAllByGroup($tblGroup);
$count = 0;
Method createGroupListExcel
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createGroupListExcel($companyList)
{
if (!empty( $companyList )) {