This commit is contained in:
team 1
2026-05-03 20:51:47 +02:00
parent 3d0b6b1cf8
commit 427dfe9987
5 changed files with 88 additions and 2 deletions

View File

@@ -16,6 +16,12 @@ final class CommerceQueryParserConfig
) {
}
public function getCleanupProfile(): string
{
return $this->string('cleanup_profile');
}
/** @return string[] */
public function getKnownBrands(): array
{