Skip to content

Commit 23c6889

Browse files
committed
using parent sync
1 parent 4b1211c commit 23c6889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Kinds/K8sScale.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function refresh(array $query = ['pretty' => 1])
7272
{
7373
$this->resource->refresh($query);
7474

75-
return $this->syncWith($this->get($query)->toArray());
75+
return parent::refresh($query);
7676
}
7777

7878
/**
@@ -85,6 +85,6 @@ public function refreshOriginal(array $query = ['pretty' => 1])
8585
{
8686
$this->resource->refreshOriginal($query);
8787

88-
return $this->syncOriginalWith($this->get($query)->toArray());
88+
return parent::refreshOriginal($query);
8989
}
9090
}

0 commit comments

Comments
 (0)