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