Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d14dcb commit 6127379Copy full SHA for 6127379
1 file changed
src/bundle/SystemInfo/Value/IbexaSystemInfo.php
@@ -16,8 +16,8 @@
16
*/
17
class IbexaSystemInfo extends ValueObject implements SystemInfo
18
{
19
- public const PRODUCT_NAME_OSS = 'Ibexa Open Source';
20
- public const PRODUCT_NAME_ENTERPRISE = 'Ibexa DXP';
+ public const PRODUCT_NAME_OSS = 'Exponential Open Source';
+ public const PRODUCT_NAME_ENTERPRISE = 'Exponential DXP';
21
public const PRODUCT_NAME_VARIANTS = [
22
'oss' => self::PRODUCT_NAME_OSS,
23
'headless' => 'Ibexa Headless',
0 commit comments