mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-24 10:38:40 +00:00
Use global namespace+minor fixes
This commit is contained in:
parent
85c4cbbf30
commit
f0eebfe898
|
|
@ -204,6 +204,6 @@ class BatchPosting implements \Countable
|
|||
*/
|
||||
public function count() : int
|
||||
{
|
||||
return count($this->postings);
|
||||
return \count($this->postings);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user