ok
Direktori : /proc/thread-self/root/home2/selectio/public_html/limpiar.in.net/app/Models/ |
Current File : //proc/thread-self/root/home2/selectio/public_html/limpiar.in.net/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); } }