<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Translations extends Model { protected $table = "tb_all_lang_vals"; }