/
home
/
sjslayjy
/
public_html
/
mosaram
/
app
/
Upload File
HOME
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Location extends Model { protected $table = 'location'; public $timestamps = true; /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ 'name','lat', 'lng','type','range' ]; }