Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
9fe479b141
commit
ed3bbd76d7
@@ -266,10 +266,10 @@ function successResponse($successMsg = '', $data = '', $responseCode = 200)
|
||||
function exceptionResponse(\Exception $exception)
|
||||
{
|
||||
return errorResponse([
|
||||
'file' => $exception->getFile(),
|
||||
'line_number'=> $exception->getLine(),
|
||||
'exception' => $exception->getMessage(),
|
||||
], 500);
|
||||
'file' => $exception->getFile(),
|
||||
'line_number'=> $exception->getLine(),
|
||||
'exception' => $exception->getMessage(),
|
||||
], 500);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user