|
@@ -43,7 +43,7 @@ class Handler extends ExceptionHandler
|
|
*
|
|
*
|
|
* @param \Illuminate\Http\Request $request
|
|
* @param \Illuminate\Http\Request $request
|
|
* @param \Exception $exception
|
|
* @param \Exception $exception
|
|
- * @return \Illuminate\Http\Response
|
|
|
|
|
|
+ * @return \Illuminate\Http\JsonResponse
|
|
*/
|
|
*/
|
|
public function render($request, Exception $exception)
|
|
public function render($request, Exception $exception)
|
|
{
|
|
{
|