Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 committed Jun 7, 2024
1 parent 70fc843 commit 6b249b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Models/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ protected function casts(): array
];
}

public int $servers_sum_memory;
public int $servers_sum_disk;
public int $servers_sum_cpu;
public int $servers_sum_memory = 0;
public int $servers_sum_disk = 0;
public int $servers_sum_cpu = 0;

public function getRouteKeyName(): string
{
Expand Down

0 comments on commit 6b249b9

Please sign in to comment.