public static function buscar($item_id)
 {
     return TextoHtml::where('item_id', $item_id)->first();
 }
Beispiel #2
0
 public function html()
 {
     return TextoHtml::where('item_id', $this->id)->first();
 }