@@ -96,7 +96,7 @@ |
||
| 96 | 96 | return $this->attributes['data_vencimento']->setTime(0, 0, 0); |
| 97 | 97 | } else { |
| 98 | 98 | return Carbon::createFromFormat($this->date_format, $this->attributes['data_vencimento']) |
| 99 | - ->setTime(0, 0, 0); |
|
| 99 | + ->setTime(0, 0, 0); |
|
| 100 | 100 | } |
| 101 | 101 | } |
| 102 | 102 | |