This website requires JavaScript.
Explore
Help
Sign In
FGFS-4.1
/
phpvms
Watch
4
Star
0
Fork
0
You've already forked phpvms
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2f9e8583f2
phpvms
/
app
/
Events
/
CronHourly.php
10 lines
91 B
PHP
Raw
Normal View
History
Unescape
Escape
Implement cron to remove expired bids
2018-08-25 01:07:14 +08:00
<
?
php
namespace
App\Events
;
Notifications fixes (#804) * Emails not sending #795 #722 * Fix for news items not being sent; refactor some events; check for opt-in #722 * Formatting * Remove extra parameter
2020-09-04 00:50:42 +08:00
use
App\Contracts\Event
;
class
CronHourly
extends
Event
Implement cron to remove expired bids
2018-08-25 01:07:14 +08:00
{
Adding newline at end of file
2018-08-25 01:14:35 +08:00
}
Reference in New Issue
Copy Permalink