|
@@ -19,7 +19,7 @@ use Illuminate\Database\Eloquent\Model;
|
|
|
*/
|
|
|
class AdVisitStat extends Model
|
|
|
{
|
|
|
- //protected $table = 'ad_visit_stats';
|
|
|
+ protected $table = 'ad_visit_stats';
|
|
|
protected $fillable = ['bid','uid','cid','type'];
|
|
|
|
|
|
public function setCurrentTable($time=''){
|