solving Bugs
This commit is contained in:
@@ -176,6 +176,7 @@ class ManageLeadController extends Controller
|
||||
public function convertClosed(Request $request)
|
||||
{
|
||||
$convertClosed = $this->lead->convertActivity($request);
|
||||
// dd(convertClosed);
|
||||
return $convertClosed ?
|
||||
$this->response('Converted To Closed Activity Succesfully!', 200) :
|
||||
$this->response('Error Converting it to Closed Activity!', 400);
|
||||
|
||||
Reference in New Issue
Block a user