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

@ -24,4 +24,4 @@ class Hourly extends Command
$this->redirectLoggingToStdout('cron');
event(new CronHourly());
}
}
}

View File

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

View File

@ -20,4 +20,4 @@ class CronHourly
{
}
}
}