관리-도구
편집 파일: Employe_roundtable_request.php
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Employe_roundtable_request extends Model { protected $table = 'employe_roundtable_requests'; protected $guarded = ['id']; }