mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-22 14:03:57 +00:00
Cleaned-BackEnd-Contact
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: user
|
||||
* Date: 09/05/2019
|
||||
* Time: 11:51 AM
|
||||
*/
|
||||
|
||||
namespace App\Http\Controllers\Contacts;
|
||||
|
||||
use App\Modules\ControllerLogic\Contacts\DeleteContactLogic;
|
||||
|
||||
class DeleteContactController
|
||||
{
|
||||
public function destroy(String $id, DeleteContactLogic $logic ){
|
||||
return $logic->execute($id);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user