Created
March 25, 2026 12:39
-
-
Save Kcko/368424af4c9b423470dbd2889e9a10e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $tableStructure = $this->connection->getStructure()->getTableStructure($table); | |
| $tableStructure['domain_id']->setDomainFilter($bcId === self::ALL_BC ? false : ($bcId ?? $this->getCurrentBrandCloudId())); | |
| $selection = $this->connection->table($table, $tableStructure); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment