This commit is contained in:
Lizandro Guarnizo
2025-04-14 18:08:49 -05:00
parent c83cd1a72f
commit d1c5dbc90e
7 changed files with 111 additions and 9 deletions
-3
View File
@@ -38,9 +38,6 @@ class Kernel extends ConsoleKernel
$schedule->command('tarea:validarCompra')->everyFiveMinutes();
$schedule->call(function () {
$fechaHoy = Carbon::now();
$fechaManana = $fechaHoy->copy()->addDay(); // Obtenemos la fecha de mañana sumando un día a la fecha actual