mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add setting harem_addition
This commit is contained in:
@@ -87,7 +87,8 @@ class Test extends Command
|
||||
public function handle()
|
||||
{
|
||||
$menuRep = new MenuRepository();
|
||||
$menuRep->filterBuildMenu();
|
||||
$r = $menuRep->listItems()->toArray();
|
||||
dd($r);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -227,6 +227,7 @@ return array (
|
||||
'prolinktime' => '600',
|
||||
'cancel_hr' => BonusLogs::DEFAULT_BONUS_CANCEL_ONE_HIT_AND_RUN,
|
||||
'attendance_card' => BonusLogs::DEFAULT_BONUS_BUY_ATTENDANCE_CARD,
|
||||
'harem_addition' => 0,
|
||||
),
|
||||
'account' =>
|
||||
array (
|
||||
|
||||
Reference in New Issue
Block a user