FIX: withJson requires 2nd parameter
This commit is contained in:
@ -48,6 +48,6 @@ class Consolidados {
|
|||||||
error_log($e);
|
error_log($e);
|
||||||
throw $e;
|
throw $e;
|
||||||
}
|
}
|
||||||
return $this->withJson($response);
|
return $this->withJson($response, []);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user