<?php namespace App\Model; use Illuminate\Database\Eloquent\Model; class Table_eight extends Model { protected $table = 'table_eight'; protected $primaryKey = 'id'; public $guarded=[]; }