FIX: withJson requires 2nd parameter

This commit is contained in:
2022-03-26 20:55:57 -03:00
parent d94f076946
commit 4db8161c70

View File

@ -48,6 +48,6 @@ class Consolidados {
error_log($e);
throw $e;
}
return $this->withJson($response);
return $this->withJson($response, []);
}
}