fix uid
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user