ok
Direktori : /proc/thread-self/root/home2/selectio/www/limpiar.in.net/install/app/Models/ |
Current File : //proc/thread-self/root/home2/selectio/www/limpiar.in.net/install/app/Models/FlashDealProduct.php |
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class FlashDealProduct extends Model { protected $fillable=['flash_deal_id', 'product_id']; public function product() { return $this->belongsTo(Product::class); } }