Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

12 lines
321B

  1. <?php
  2. namespace Lc\CaracoleBundle\Definition;
  3. use Lc\SovBundle\Definition\ActionDefinition as SovActionDefinition;
  4. class ActionDefinition extends SovActionDefinition{
  5. public const DUPLICATE_TO_OTHER_MERCHANT = 'duplicateToOtherMerchant';
  6. public const DUPLICATE_TO_OTHER_SECTION = 'duplicateToOtherSection';
  7. }