관리-도구
편집 파일: SocialMediaChat.php
<?php namespace App\Enums\ViewPaths\Admin; enum SocialMediaChat { const VIEW = [ URI => 'view', VIEW => 'admin-views.third-party.social-media-chat.view' ]; const UPDATE = [ URI => 'update', VIEW => '' ]; }