- <?php
- namespace Lc\CaracoleBundle\Definition;
-
- use Lc\SovBundle\Definition\ActionDefinition as SovActionDefinition;
-
- class ActionDefinition extends SovActionDefinition{
-
- public const DUPLICATE_TO_OTHER_MERCHANT = 'duplicateToOtherMerchant';
- public const DUPLICATE_TO_OTHER_SECTION = 'duplicateToOtherSection';
-
- }
|