This commit is contained in:
CHIEFSOFT\ameye
2024-04-30 10:10:11 -04:00
parent dcb125a4de
commit 2897cf9461
3 changed files with 11 additions and 2 deletions
+6
View File
@@ -7,6 +7,12 @@ use CodeIgniter\HTTP\ResponseInterface;
class BkoReports extends BaseController
{
public function startedApplication() :ResponseInterface
{
//SELECT uid,loan_amount,payment_month,sales_agent,gender,marital_status,email,address,state,country,status,added,updated FROM applications;
return $this->respond([], 200);
}
public function pendingApplication() :ResponseInterface
{
return $this->respond([], 200);