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