Set out some roach traps to catch all these 🐛

This commit is contained in:
Dane Everitt 2017-02-16 13:56:28 -05:00
parent 336234843d
commit 2e134b7a55
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 24 additions and 25 deletions

View file

@ -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();
}