fix change user class + medal display

This commit is contained in:
xiaomlove
2023-01-10 17:25:53 +08:00
parent 3612edbb5b
commit d7d63c8fd2
20 changed files with 249 additions and 16 deletions
+2 -2
View File
@@ -95,8 +95,8 @@ class Test extends Command
*/
public function handle()
{
$r = getLogFile();
dd($r);
$work = new WorkRepository();
$work->settleRole(6, 1, true);
}
}