load linode regions and plans dynamically (#367)

This commit is contained in:
Saeed Vaziry
2024-11-17 10:58:09 +01:00
committed by GitHub
parent cc79aa9fbf
commit 34c5750950
4 changed files with 82 additions and 43 deletions

View File

@ -76,7 +76,6 @@ public function plans(?string $region): array
$value['name'] => __('server_providers.plan', [
'name' => $value['name'],
'cpu' => $value['cores'],
'architecture' => $value['architecture'],
'memory' => $value['memory'],
'disk' => $value['disk'],
]),