Adding newline at end of file
This commit is contained in:
@@ -27,4 +27,4 @@ class RemoveExpiredBids extends Listener
|
||||
$date = Carbon::now()->subHours(setting('bids.expire_time'));
|
||||
Bid::whereDate('created_at', '<', $date)->delete();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user