ok

Mini Shell

Direktori : /home2/selectio/public_html/limpiar.in.net/app/Models/
Upload File :
Current File : //home2/selectio/public_html/limpiar.in.net/app/Models/SellerPackageTranslation.php

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class SellerPackageTranslation extends Model
{
    protected $fillable = ['name', 'lang', 'seller_package_id'];

    public function seller_package(){
      return $this->belongsTo(SellerPackage::class);
    }
}

Zerion Mini Shell 1.0