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/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);
  }
}

Zerion Mini Shell 1.0