feat: add AgentNodeIndexController for node listing and remove settlement_cycle field from AgentProfile logic
This commit is contained in:
@@ -49,7 +49,6 @@ function createSiteWithRoot(string $code): array
|
||||
'used_credit' => 0,
|
||||
'rebate_limit' => 0.01,
|
||||
'default_player_rebate' => 0.005,
|
||||
'settlement_cycle' => 'weekly',
|
||||
]);
|
||||
|
||||
return ['site_id' => $siteId, 'site_code' => $code, 'root_id' => $rootId];
|
||||
|
||||
Reference in New Issue
Block a user