mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-16 21:33:44 +02:00
Set out some roach traps to catch all these 🐛
This commit is contained in:
@@ -220,7 +220,7 @@ class NodeRepository
|
||||
'ip' => $ip,
|
||||
'port' => $assignPort,
|
||||
'ip_alias' => $setAlias,
|
||||
'assigned_to' => null,
|
||||
'server_id' => null,
|
||||
]);
|
||||
$alloc->save();
|
||||
}
|
||||
@@ -237,7 +237,7 @@ class NodeRepository
|
||||
'ip' => $ip,
|
||||
'port' => $port,
|
||||
'ip_alias' => $setAlias,
|
||||
'assigned_to' => null,
|
||||
'server_id' => null,
|
||||
]);
|
||||
$alloc->save();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user