2018-03-17 09:12:56 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace App\Events;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* This event is dispatched when the monthly cron is run
|
|
|
|
* It happens after all of the default nightly tasks
|
|
|
|
*/
|
2019-11-20 23:16:01 +08:00
|
|
|
class CronMonthly extends BaseEvent
|
2018-03-17 09:12:56 +08:00
|
|
|
{
|
|
|
|
}
|