<?php
return [
// 메뉴 생성 시 자동으로 만들 권한 액션 세트
'menu_actions' => ['view', 'create', 'update', 'delete', 'approve', 'export', 'manage'],
];