mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-11 13: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}
|
||||
*/
|
||||
public function count() : int
|
||||
public function \count() : int
|
||||
{
|
||||
return \count($this->postings);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user