From 04afd3f12f3a441287c1b98bf63d374208fb8de3 Mon Sep 17 00:00:00 2001 From: farhantock Date: Wed, 22 May 2024 20:09:23 +0700 Subject: [PATCH] fix(command) : update command information --- app/Console/Commands/ScheduleHealth.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Console/Commands/ScheduleHealth.php b/app/Console/Commands/ScheduleHealth.php index fc06855..9c4e618 100644 --- a/app/Console/Commands/ScheduleHealth.php +++ b/app/Console/Commands/ScheduleHealth.php @@ -42,6 +42,9 @@ class ScheduleHealth extends Command public function handle() { + echo "\n------------------------------------------\n"; + echo "Command Start. \n"; + Log::info("Command Start."); $projects = Project::where('company_id', 5)->get(); $totalProjects = $projects->count(); $updatedProjects = [];