관리-도구
편집 파일: PayoutStatus.php
<?php namespace Modules\LMS\Enums; enum PayoutStatus { const PENDING = 'pending'; const APPROVED = 'approved'; }