public function getInfo() { return ContentLocale::where('locale', 'hr')->where('news_id', $this->id)->first()->title; }
protected function findLocaleFactoryMethod($id) { return ContentLocale::find($id); }