mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
update command seasonalSegmantCompany:remove
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user