mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-29 09:23:57 +00:00
update contact recode and clean up
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: user
|
||||
* Date: 06/03/2019
|
||||
* Time: 5:11 PM
|
||||
*/
|
||||
|
||||
namespace App\Http\Controllers\Contacts;
|
||||
|
||||
|
||||
|
||||
use App\Modules\ControllerLogic\Contacts\ListContactLogic;
|
||||
|
||||
|
||||
class ListContactController
|
||||
{
|
||||
public function list(string $type, int $referenceId,ListContactLogic $logic)
|
||||
{
|
||||
return $logic->execute($type,$referenceId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user