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