Skip to content

Commit

Permalink
PCC-63: Removed lead_capture SDC.
Browse files Browse the repository at this point in the history
  • Loading branch information
purushotamrai committed Jun 18, 2024
1 parent e4f230c commit f7a630a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ private function getAllPccComponents(): array {
*/
$pccComponents = [];
foreach ($allComponents as $component) {
if ($component instanceof Component && !empty($component->getPluginDefinition()['pcc_component'])) {
if ($component instanceof Component
&& !empty($component->getPluginDefinition()['pcc_component'])) {
$pccComponents[] = $component;
}
}
Expand Down

0 comments on commit f7a630a

Please sign in to comment.