revert stdmsg()

This commit is contained in:
xiaomlove
2023-05-27 23:45:39 +08:00
parent 503ca22741
commit e79a5590f1
3 changed files with 3 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ class Test extends Command
*/
public function handle()
{
$r = number_format(12356);
$r = NexusDB::cache_get("user_all_permissions:10001");
dd($r);
}