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