Renamed method to be more consistent to what it actually does

This commit is contained in:
Alejandro Celaya
2021-01-04 15:16:51 +01:00
parent a01e0ba337
commit 262a06f624
7 changed files with 9 additions and 9 deletions

View File

@@ -11,5 +11,5 @@ interface DomainServiceInterface
/**
* @return DomainItem[]
*/
public function listDomainsWithout(): array;
public function listDomains(): array;
}