mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-24 19:41:09 +02:00
This was wrong but somehow worked in sqlite, wut
This commit is contained in:
parent
738707b251
commit
c7bea4f024
@ -36,7 +36,9 @@ class EndpointCollection implements Castable
|
||||
$value = new Collection($value);
|
||||
}
|
||||
|
||||
return $value->map(fn ($endpoint) => (string) $endpoint);
|
||||
return [
|
||||
'ports' => $value->toJson(),
|
||||
];
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user