changed list to fetch

This commit is contained in:
Aqqil Azman
2024-06-06 17:23:40 +08:00
parent 9c692588d8
commit f362da8e06
@@ -15,7 +15,7 @@ class FetchTransactionRemarksController
* @param FetchTransactionRemarksLogic $logic
* @return JsonResponse
*/
public function list(Request $request, FetchTransactionRemarksLogic $logic) : JsonResponse {
public function fetch(Request $request, FetchTransactionRemarksLogic $logic) : JsonResponse {
return $logic->execute($request);
}
}