Переглянути джерело

Produits tournants : feature

feature/rotating_product
Guillaume Bourgeois 5 місяці тому
джерело
коміт
5eaf0a0744
2 змінених файлів з 3 додано та 1 видалено
  1. +1
    -0
      domain/Feature/Feature/Feature.php
  2. +2
    -1
      domain/Feature/Feature/FeatureDefinition.php

+ 1
- 0
domain/Feature/Feature/Feature.php Переглянути файл

@@ -57,6 +57,7 @@ class Feature extends ActiveRecordCommon
const ALIAS_PRODUCT_ACCESSORY = 'product_accessory';
const ALIAS_FORUM = 'forum';
const ALIAS_AUTOMATIC_EMAIL = 'automatic_email';
const ALIAS_ROTATING_PRODUCT = 'rotating_product';

/**
* @inheritdoc

+ 2
- 1
domain/Feature/Feature/FeatureDefinition.php Переглянути файл

@@ -26,7 +26,8 @@ class FeatureDefinition extends AbstractDefinition
Feature::ALIAS_BRIDGE_EVOLIZ => "Pont vers Evoliz",
Feature::ALIAS_PRODUCT_ACCESSORY => 'Accessoires produits',
Feature::ALIAS_FORUM => 'Forum',
Feature::ALIAS_AUTOMATIC_EMAIL => 'Emails automatiques'
Feature::ALIAS_AUTOMATIC_EMAIL => 'Emails automatiques',
Feature::ALIAS_ROTATING_PRODUCT => 'Produits tournants'
];
}
}

Завантаження…
Відмінити
Зберегти