ok
Direktori : /home2/selectio/public_html/limpiar.in.net/app/Models/ |
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); } }