diff --git a/src/Traits/HasPods.php b/src/Traits/HasPods.php index 922ce1a2..77a0fec7 100644 --- a/src/Traits/HasPods.php +++ b/src/Traits/HasPods.php @@ -22,7 +22,7 @@ public function getPods(array $query = ['pretty' => 1]) ->all(array_merge(['labelSelector' => $labelSelector], $query)); } - /** + /** * Check if all scheduled pods are running. * * @return bool