mirror of
https://github.com/v2board/v2board.git
synced 2025-02-11 07:59:11 +08:00
update
This commit is contained in:
parent
c749e31182
commit
2b7f31b6d1
@ -25,6 +25,8 @@ class ServerLogSaveListener
|
|||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function handle(ServerLogSaveEvent $event) {
|
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