<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class TextbookChapterKnowledgeRelation extends Model { protected $table = 'textbook_chapter_knowledge_relation'; protected $guarded = []; }