mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-13 19:18:40 +00:00
Fix global \count(
This commit is contained in:
parent
c23e307256
commit
0f0f302382
|
|
@ -202,7 +202,7 @@ class BatchPosting implements \Countable
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function \count() : int
|
public function count() : int
|
||||||
{
|
{
|
||||||
return \count($this->postings);
|
return \count($this->postings);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user