mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
load linode regions and plans dynamically (#367)
This commit is contained in:
@ -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'],
|
||||
]),
|
||||
|
Reference in New Issue
Block a user