whoami7 - Manager
:
/
home
/
dataiclx
/
datasyspk.com
/
app
/
Upload File:
files >> /home/dataiclx/datasyspk.com/app/CustomerProductTranslation.php
<?php namespace App; use Illuminate\Database\Eloquent\Model; class CustomerProductTranslation extends Model { protected $fillable = ['customer_product_id', 'name', 'lang']; public function customer_product(){ return $this->belongsTo(CustomerProduct::class); } }
Copyright ©2021 || Defacer Indonesia