We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1211c commit 23c6889Copy full SHA for 23c6889
src/Kinds/K8sScale.php
@@ -72,7 +72,7 @@ public function refresh(array $query = ['pretty' => 1])
72
{
73
$this->resource->refresh($query);
74
75
- return $this->syncWith($this->get($query)->toArray());
+ return parent::refresh($query);
76
}
77
78
/**
@@ -85,6 +85,6 @@ public function refreshOriginal(array $query = ['pretty' => 1])
85
86
$this->resource->refreshOriginal($query);
87
88
- return $this->syncOriginalWith($this->get($query)->toArray());
+ return parent::refreshOriginal($query);
89
90
0 commit comments