예제 #1
0
파일: Content.php 프로젝트: orsic/bushido
 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);
 }