mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02: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