/
home
/
obinna
/
html
/
cravings
/
app
/
Upload File
HOME
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Places extends Model { public $timestamps = false; protected $collection = 'placing'; }