mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-26 16:04:02 +00:00
Cleaned-BackEnd-Contact
This commit is contained in:
@@ -9,6 +9,7 @@ use App\Classes\Modules\ControllerLogic\Contacts\CreateContactLogic;
|
||||
class CreateContactController
|
||||
{
|
||||
public function create(string $type, int $referencesId, Request $request, CreateContactLogic $logic){
|
||||
|
||||
return $logic->execute(Constants::MODULE_TYPES[$type], $referencesId, $request);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user