From 76f3a5ffc792d50f10aa6b6d5d0694c8495419e0 Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Sat, 3 Aug 2024 10:44:52 -0500 Subject: [PATCH] Update ShowServicios.php --- app/Http/Livewire/ShowServicios.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index 65e28c6..b68f116 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -75,7 +75,7 @@ class ShowServicios extends Component { $this->fechaHoy = Carbon::now(); $this->fechaActual = Carbon::parse($this->fechaHoy); - $date = $this->fechaHoy->subDay(15); + $date = $this->fechaHoy->subDay(20); $this->fecha = $date->format('Y-m-d'); //dd($this->fecha); $this->usuario_actual = Auth::user();