torrent operation log type add edit&delete

This commit is contained in:
xiaomlove
2022-12-08 03:48:20 +08:00
parent 6c58a38166
commit 7386806bd6
22 changed files with 386 additions and 71 deletions

View File

@@ -95,7 +95,7 @@ class Test extends Command
public function handle()
{
$rep = new WorkRepository();
$rep->settleRole(5);
$rep->settleRole(4);
}