mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-01-13 10:36:52 +00:00
Refactored method name
This commit is contained in:
@@ -24,5 +24,5 @@ interface MembersAttributInterface
|
||||
/**
|
||||
* @return Collection
|
||||
*/
|
||||
public function getMembersInclusiveChildren(int $dimension = null): Collection;
|
||||
public function getMembersIncludingChildren(int $dimension = null): Collection;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user