mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Apply fixes from StyleCI (#471)
This commit is contained in:
@@ -724,7 +724,7 @@ class ServerRepository
|
||||
$allocations = $server->allocations->where('id', '!=', $server->allocation_id);
|
||||
$i = 0;
|
||||
|
||||
foreach($allocations as $allocation) {
|
||||
foreach ($allocations as $allocation) {
|
||||
$merge[] = [
|
||||
'variable' => 'ALLOC_' . $i . '__PORT',
|
||||
'value' => $allocation->port,
|
||||
|
||||
Reference in New Issue
Block a user