소스 검색

Produits tournants : feature

feature/rotating_product
Guillaume Bourgeois 6 달 전
부모
커밋
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'
];
}
}

Loading…
취소
저장