mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update
This commit is contained in:
parent
c749e31182
commit
2b7f31b6d1
@ -25,6 +25,8 @@ class ServerLogSaveListener
|
||||
* @return void
|
||||
*/
|
||||
public function handle(ServerLogSaveEvent $event) {
|
||||
info($event->serverLog);
|
||||
$redisKey = 'last_submit_server_log_' . $event->serverLog->user_id;
|
||||
Redis::set($redisKey, time());
|
||||
info($redisKey);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user