mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
inbox count cache etc.
This commit is contained in:
@@ -259,7 +259,7 @@ class ClaimRepository extends BaseRepository
|
||||
}
|
||||
|
||||
//Send message
|
||||
Message::query()->insert($message);
|
||||
Message::add($message);
|
||||
});
|
||||
do_log("[DONE], cost time: " . (time() - $now->timestamp) . " seconds");
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user