Exemplo n.º 1
0
 public function getInfo()
 {
     return ContentLocale::where('locale', 'hr')->where('news_id', $this->id)->first()->title;
 }
Exemplo n.º 2
0
 protected function getLocale($id, $loc)
 {
     return ContentLocale::where('news_id', $id)->where('locale', $loc)->first();
 }