Skip to content

Commit 43a405c

Browse files
committed
Removing marker
1 parent f15f8b0 commit 43a405c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Compute/v2/Api.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -644,16 +644,11 @@ public function getHypervisorStatistics(): array
644644

645645
public function getHypervisors(): array
646646
{
647-
$marker = $this->params->marker();
648-
$marker['type'] = Params::INT_TYPE;
649-
650647
return [
651648
'method' => 'GET',
652649
'path' => 'os-hypervisors',
653650
'jsonKey' => 'hypervisors',
654651
'params' => [
655-
'limit' => $this->params->limit(),
656-
'marker' => $marker
657652
],
658653
];
659654
}

src/Compute/v2/Models/Hypervisor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ class Hypervisor extends OperatorResource implements
6666

6767
protected $resourceKey = 'hypervisor';
6868
protected $resourcesKey = 'hypervisors';
69-
protected $markerKey = 'id';
7069

7170
/**
7271
* {@inheritDoc}

0 commit comments

Comments
 (0)