관리-도구
편집 파일: ShippingType.php
<?php namespace App\Enums\ViewPaths\Admin; enum ShippingType { const INDEX = [ URI => 'index', VIEW => '' ]; }