mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-23 06:24:21 +00:00
bulk commit
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Http\Controllers\Contacts;
|
||||
|
||||
use App\Classes\Modules\Contacts\ControllerLogic\FetchContactControllerLogic;
|
||||
use App\Classes\Modules\Contacts\ControllersLogic\FetchContactLogic;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
@@ -10,10 +10,10 @@ class FetchContactController
|
||||
{
|
||||
/**
|
||||
* @param Request $request
|
||||
* @param FetchContactControllerLogic $logic
|
||||
* @param FetchContactLogic $logic
|
||||
* @return JsonResponse
|
||||
*/
|
||||
public function fetch(Request $request, FetchContactControllerLogic $logic): JsonResponse {
|
||||
public function fetch(Request $request, FetchContactLogic $logic): JsonResponse {
|
||||
return $logic->execute($request);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user