update command seasonalSegmantCompany:remove

This commit is contained in:
edmondlang
2023-03-18 20:14:24 +08:00
parent 31a5f243cc
commit 7a029afd64
@@ -43,6 +43,6 @@ class RemoveSeasonalSegmentCompany extends Command
SeasonalSegment::where('ending_on', '<=', Carbon::today())->delete();
$this->info(Carbon::now() . ' : Done soft delete on seasonal segment company. Total Deleted: ' . $count);
$this->info(Carbon::now() . ' : Total Deleted: ' . $count);
}
}