<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Amendment extends Model { protected $table = "amendment"; // }