<?php namespace App\Models; # use Illuminate\Database\Eloquent\Model; class NoteAddendum extends Model { protected $table = 'note_addendum'; }