Skip to content

Commit

Permalink
IBX-3815: Commerce clean up (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs authored Dec 22, 2022
1 parent 475b329 commit 4c3a8cc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,11 @@ class IbexaSystemInfoCollector implements SystemInfoCollector
* Packages that identify installation as "Content".
*/
public const CONTENT_PACKAGES = [
'ibexa/workflow',
'ibexa/content',
];

public const EXPERIENCE_PACKAGES = [
'ibexa/page-builder',
'ezsystems/landing-page-fieldtype-bundle',
'ibexa/experience',
];

/**
Expand All @@ -116,7 +115,7 @@ class IbexaSystemInfoCollector implements SystemInfoCollector
* Packages that identify installation as "Commerce".
*/
public const COMMERCE_PACKAGES = [
'ibexa/commerce-transaction',
'ibexa/commerce',
];

/**
Expand Down

0 comments on commit 4c3a8cc

Please sign in to comment.