Correction of Return Consumption by Daily.
This commit is contained in:
parent
57bafadc4d
commit
a0a83d9783
@ -59,7 +59,6 @@ class PldController extends Controller
|
||||
{
|
||||
try {
|
||||
$response = $this->pldContract->getConsumptionByDaily($request->all());
|
||||
dd($response);
|
||||
return (new PldResource($response))
|
||||
->response()
|
||||
->setStatusCode(Response::HTTP_OK);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user