Skip to content

Commit b2b85ae

Browse files
committed
Update CollectionEngine.php
1 parent 3b3cf49 commit b2b85ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Engines/CollectionEngine.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ public function count()
8686
{
8787
return $this->collection->count();
8888
}
89+
90+
/**
91+
* @inheritdoc
92+
*/
93+
public function totalCount()
94+
{
95+
return $this->count();
96+
}
8997

9098
/**
9199
* @inheritdoc

0 commit comments

Comments
 (0)