Apply fixes from StyleCI
This commit is contained in:

committed by
RafficMohammed

parent
ac7fc33df2
commit
e8f61f16d5
@@ -42,6 +42,7 @@ class ApiExceptAuthController extends Controller
|
||||
$url = $url.'api/v1/helpdesk/check-url';
|
||||
//return $url;
|
||||
$result = $this->CallGetApi($url);
|
||||
|
||||
// dd($result);
|
||||
return response()->json(compact('result'));
|
||||
} catch (\Exception $ex) {
|
||||
|
Reference in New Issue
Block a user