관리-도구
편집 파일: WebConfigKey.php
<?php namespace App\Enums; enum WebConfigKey { const PAGINATION_LIMIT = 'pagination_limit'; }