report-log.php 276 B

1234567891011121314
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'ReportLog' => '고발 기록',
  5. 'report_log' => '고발 기록',
  6. ],
  7. 'fields' => [
  8. 'user_id' => '사용자',
  9. 'product_id' => '제품',
  10. 'report_id' => '문제',
  11. ],
  12. 'options' => [
  13. ],
  14. ];