Inbox changes

This commit is contained in:
Manish Verma
2018-08-09 16:14:58 +05:30
parent d46c28e985
commit a26c2cdd7c
15 changed files with 3010 additions and 685 deletions

View File

@@ -181,4 +181,17 @@ class Finder
return $contents;
}
/**
* SPECIAL CHECK FOR STATUS FOR APPROVAL
* This function is used to special check status for any type of checks.
*
* @return type array
*/
public static function getCustomedStatus()
{
$status = Ticket_Status::select('id', 'name', 'icon_class')->get();
return $status;
}
}