Browse Source

fix(command) : update command information

pull/1/head
farhantock 4 months ago
parent
commit
04afd3f12f
  1. 3
      app/Console/Commands/ScheduleHealth.php

3
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 = [];

Loading…
Cancel
Save