Exemple #1
0
 public function postPregledObjave()
 {
     return json_encode(Objava::find(Input::get('id'), ['sadrzaj'])->sadrzaj);
 }