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