mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-26 16:04:05 +00:00
changed list to fetch
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user