Merge pull request #280 from nkevins/expired_flight_cleaning

Hide expired live flight from live map and remove from DB
This commit is contained in:
Nabeel Shahzad
2018-09-20 18:44:42 -05:00
committed by GitHub
4 changed files with 36 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ class CronServiceProvider extends ServiceProvider
CronHourly::class => [
\App\Cron\Hourly\RemoveExpiredBids::class,
\App\Cron\Hourly\RemoveExpiredLiveFlights::class,
],
];
}