ok

Mini Shell

Direktori : /home2/selectio/www/limpiar.in.net/app/Models/
Upload File :
Current File : //home2/selectio/www/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);
  }

}

Zerion Mini Shell 1.0