mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-14 03:28:40 +00:00
Make count( use global namespace
This commit is contained in:
parent
6865206f7e
commit
c23e307256
|
|
@ -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