<?php namespace App\Modules\Statistic\Models; use Illuminate\Database\Eloquent\Model; class WapVisitStat extends Model { protected $table = 'wap_visit_stats'; protected $fillable = ['day','key','from_type','pv','uv','type']; }