mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-09-02 03:14:12 +00:00
bulk commit
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Http\Controllers\Contacts;
|
||||
|
||||
use App\Classes\Modules\Contacts\ControllerLogic\CreateContactControllerLogic;
|
||||
use App\Classes\Modules\Contacts\ControllersLogic\CreateContactLogic;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
@@ -10,10 +10,10 @@ class CreateContactController
|
||||
{
|
||||
/**
|
||||
* @param Request $request
|
||||
* @param CreateContactControllerLogic $logic
|
||||
* @param CreateContactLogic $logic
|
||||
* @return JsonResponse
|
||||
*/
|
||||
public function create(Request $request, CreateContactControllerLogic $logic): JsonResponse {
|
||||
public function create(Request $request, CreateContactLogic $logic): JsonResponse {
|
||||
return $logic->execute($request);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user