Update ShowPlanes.php

This commit is contained in:
lizandrogd
2024-07-28 17:47:16 -05:00
parent 69aeecf7e0
commit ea1e9c9a25
+2 -2
View File
@@ -222,8 +222,8 @@ class ShowPlanes extends Component
public function calcularFechas()
{
$this->fecha_inicial_renovar = Carbon::now()->format('Y-m-d H:i:s');
$this->fecha_final_renovar = Carbon::now()->addDays(30)->format('Y-m-d H:i:s');
$this->fecha_inicial_renovar = Carbon::now()->format('Y-m-d');
$this->fecha_final_renovar = Carbon::now()->addDays(30)->format('Y-m-d');
}