From e1888cce8a0b8b3c7080d53ee2edf961d8ff5b32 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Mon, 30 Sep 2024 10:07:50 +0300 Subject: [PATCH] Typo fix --- app/classes/agent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/classes/agent.php b/app/classes/agent.php index 42ac350..c777bde 100644 --- a/app/classes/agent.php +++ b/app/classes/agent.php @@ -107,7 +107,7 @@ class Agent { } // fetch result from jilo agent API - pubic function fetchAgent($agent_id, $force = false) { + public function fetchAgent($agent_id, $force = false) { // we need agent details for URL and JWT token $agent = $this->getAgentDetails($agent_id);