diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php index 9aec222..d1f2c8a 100644 --- a/Models/BatchPosting.php +++ b/Models/BatchPosting.php @@ -204,6 +204,6 @@ class BatchPosting implements \Countable */ public function count() : int { - return count($this->postings); + return \count($this->postings); } }