Remove public references to v3 layout.

This commit is contained in:
James Cole
2023-09-23 07:19:20 +02:00
parent 14bce014a3
commit 1665335525
94 changed files with 1 additions and 792 deletions

View File

@@ -97,4 +97,5 @@ interface AccountRepositoryInterface
*/
public function searchAccount(string $query, array $types, int $limit): Collection;
}