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

Zerion Mini Shell 1.0