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