Adding newline at end of file

This commit is contained in:
Kevin
2018-08-25 01:14:35 +08:00
parent 796053cfa5
commit 36d91265d3
3 changed files with 3 additions and 3 deletions

View File

@@ -27,4 +27,4 @@ class RemoveExpiredBids extends Listener
$date = Carbon::now()->subHours(setting('bids.expire_time'));
Bid::whereDate('created_at', '<', $date)->delete();
}
}
}