관리-도구
편집 파일: CouponType.php
<?php namespace Modules\LMS\Enums; enum CouponType { const GLOBALLY = 'globally'; const CATEGORY = 'category'; const COURSE = 'course'; const INSTRUCTOR = 'instructor'; const BUNDLE = 'bundle'; }