<?php namespace app\model; use support\Model; class Facebookconf extends Model { /** * The table associated with the model. * * @var string */ protected $table = 'facebookconf'; /** * The primary key associated with the table. * * @var string */ protected $primaryKey = 'id'; }