add setting harem_addition

This commit is contained in:
xiaomlove
2022-08-04 16:12:15 +08:00
parent 9be577cc81
commit 23804a0b14
2 changed files with 3 additions and 1 deletions

View File

@@ -87,7 +87,8 @@ class Test extends Command
public function handle()
{
$menuRep = new MenuRepository();
$menuRep->filterBuildMenu();
$r = $menuRep->listItems()->toArray();
dd($r);
}