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