Пример #1
0
 public function getInfo()
 {
     return ContentLocale::where('locale', 'hr')->where('news_id', $this->id)->first()->title;
 }
Пример #2
0
 protected function getLocale($id, $loc)
 {
     return ContentLocale::where('news_id', $id)->where('locale', $loc)->first();
 }