diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php index 575515f..d1f2c8a 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); }