관리-도구
편집 파일: BundleAuthor.php
<?php namespace Modules\LMS\Enums; class BundleAuthor { const ACTIVE = 1; const ORG = 'org'; const INSTRUCTOR = 'instructor'; }