<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class ActivityLimit extends Model { protected $table='activity_limit'; protected $fillable=['activity_id','title','account','type']; }