ok
Direktori : /home2/selectio/public_html/limpiar.in.net/app/Models/ |
Current File : //home2/selectio/public_html/limpiar.in.net/app/Models/FlashDealTranslation.php |
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class FlashDealTranslation extends Model { protected $fillable = ['title', 'lang', 'flash_deal_id']; public function flash_deal(){ return $this->belongsTo(FlashDeal::class); } }