fix management create user

This commit is contained in:
xiaomlove
2023-01-07 16:27:27 +08:00
parent ad6e66ce56
commit 3cc0d364a8
8 changed files with 40 additions and 24 deletions

View File

@@ -95,7 +95,7 @@ class Test extends Command
*/
public function handle()
{
$r = NexusDB::cache_get('category_content');
$r = getLogFile();
dd($r);
}