mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-23 11:27:30 +08:00
feat: show install command on machine creation
This commit is contained in:
@@ -429,7 +429,7 @@ class Server extends Model
|
||||
|
||||
public function groups()
|
||||
{
|
||||
return ServerGroup::whereIn('id', $this->group_ids)->get();
|
||||
return ServerGroup::whereIn('id', $this->group_ids ?? [])->get();
|
||||
}
|
||||
|
||||
public function routes()
|
||||
|
||||
Reference in New Issue
Block a user