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