mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
9 lines
139 B
PHP
9 lines
139 B
PHP
<?php
|
|
|
|
namespace App\Classes\ValueObjects\Constants;
|
|
|
|
final class Vouchers {
|
|
|
|
public const WELCOME_50_PERCENT_OFF = 'WELCOME50%OFF';
|
|
}
|