mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-25 15:34:02 +00:00
Merge branch 'development' of gitlab.com:CIEFWorldwideSdnBhd/exchange-2.0 into wallet-ui
# Conflicts: # resources/views/partials/header.blade.php # routes/web.php
This commit is contained in:
@@ -10,6 +10,6 @@ class CreateTransactionController
|
||||
{
|
||||
|
||||
public function create(Request $request, CreateTransactionLogic $logic): JsonResponse {
|
||||
return $logic->execute($request);
|
||||
return $logic->logic($request);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user