improve medal time range no limit display

This commit is contained in:
xiaomlove
2023-02-09 16:34:38 +08:00
parent 75e2e0ecfe
commit ac5dc99953
10 changed files with 14 additions and 9 deletions
+2 -2
View File
@@ -95,8 +95,8 @@ class Test extends Command
*/
public function handle()
{
$work = new WorkRepository();
$work->settleRole(6, 1, true);
$r = extension_loaded('Zend OPcache');
dd($r);
}
}