@@ -47,7 +47,7 @@ |
||
| 47 | 47 | */ |
| 48 | 48 | public function getDataVencimentoCalculada() |
| 49 | 49 | { |
| 50 | - $data_hoje = Carbon::now()->setTime(0,0,0); |
|
| 50 | + $data_hoje = Carbon::now()->setTime(0, 0, 0); |
|
| 51 | 51 | if ($data_hoje->timestamp > $this->getDataVencimentoRecebida()->timestamp) |
| 52 | 52 | { |
| 53 | 53 | $dias_para_pagar = $this->getDiasParaPagar(); |