관리-도구
편집 파일: UserAccountStatus.php
<?php namespace Modules\LMS\Enums; enum UserAccountStatus { const ACTIVATED = 1; const INACTIVATED = 0; }