Cleaned-BackEnd-Contact

This commit is contained in:
hazim
2019-05-09 12:26:14 +08:00
parent 039827f0c9
commit 1e751ecc32
16 changed files with 110 additions and 157 deletions
@@ -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);
}