<?php namespace App; use Illuminate\Database\Eloquent\Model; class SysxConfig extends Model { // protected $table = "sysx_config"; protected $primaryKey = "config_id"; }